#844726

Color #844726 Korma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Korma #844726

Tints of Korma #844726

Color information

#844726 (or 0x844726) is unknown color: approx Korma. HEX triplet: 84, 47 and 26. RGB value is (132,71,38). Sum of RGB (Red+Green+Blue) = 132+71+38=241 (31% of max value = 765). Red value is 132 (51.95% from 255 or 54.77% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 132 - color contains mainly: red. Hex color #844726 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844726 is #7BB8D9. Grayscale: #555555. Windows color (decimal): -8108250 or 2508676. OLE color: 2508676.

HSL color Cylindrical-coordinate representation of color #844726: hue angle of 21.06º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #844726 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB1327138-
CMYK00.460.710.48
HSL21.06º55.29%33.33%-
HSV(B)21.06º71.21%51.76%-
XYZ12.129.553.04-
YUV85.48101.21161.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 54.77%
GREEN value IS 71 (28.12% from 255) = 29.46%
BLUE value IS 38 (15.23% from 255) = 15.77%
R=54.77%
G=29.46%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132713800.460.710.4821.0655.2933.33
Hex84472602E4730153721
Octal2041074605610760256741
Binary1000010010001111001100101110100011111000010101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844726; }

 p { color: rgb(132,71,38); }

 H1.HeaderClassName
 {
   color: #844726;
 }
 .AnyTagClassName
 {
   color: #844726;
 }
</style>
background-color css

<style>
 a { background-color: #844726; }

 a { background-color: rgb(132,71,38); }

 div.DivClassName
 {
   background-color: #844726;
 }
 .BgClassName
 {
   background-color: #844726;
 }
</style>
border-color css

<style>
 span { border-color: #844726; }

 span { border-color: rgb(132,71,38); }

 td.TdClassName
 {
   border-color: #844726;
 }
 .TagClassName
 {
   border-color: #844726;
 }
</style>