#845631

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

Shades of Korma #845631

Tints of Korma #845631

Color information

#845631 (or 0x845631) is unknown color: approx Korma. HEX triplet: 84, 56 and 31. RGB value is (132,86,49). Sum of RGB (Red+Green+Blue) = 132+86+49=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 132 - color contains mainly: red. Hex color #845631 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845631 is #7BA9CE. Grayscale: #5F5F5F. Windows color (decimal): -8104399 or 3233412. OLE color: 3233412.

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

Color convert

RGB1328649-
CMYK00.350.630.48
HSL26.75º45.86%35.49%-
HSV(B)26.75º62.88%51.76%-
XYZ13.411.784.47-
YUV95.54101.74154.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.44%
GREEN value IS 86 (33.98% from 255) = 32.21%
BLUE value IS 49 (19.53% from 255) = 18.35%
R=49.44%
G=32.21%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132864900.350.630.4826.7545.8635.49
Hex8456310233F301b2e23
Octal204126610437760335643
Binary100001001010110110001010001111111111000011011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845631; }

 p { color: rgb(132,86,49); }

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

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

 a { background-color: rgb(132,86,49); }

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

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

 span { border-color: rgb(132,86,49); }

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