#845831

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

Shades of Korma #845831

Tints of Korma #845831

Color information

#845831 (or 0x845831) is unknown color: approx Korma. HEX triplet: 84, 58 and 31. RGB value is (132,88,49). Sum of RGB (Red+Green+Blue) = 132+88+49=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 49 (19.53% from 255 or 18.22% from 269); Max value from RGB is 132 - color contains mainly: red. Hex color #845831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845831 is #7BA7CE. Grayscale: #606060. Windows color (decimal): -8103887 or 3233924. OLE color: 3233924.

HSL color Cylindrical-coordinate representation of color #845831: hue angle of 28.19º 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 #845831 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB1328849-
CMYK00.330.630.48
HSL28.19º45.86%35.49%-
HSV(B)28.19º62.88%51.76%-
XYZ13.5612.114.53-
YUV96.71101.08153.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.07%
GREEN value IS 88 (34.77% from 255) = 32.71%
BLUE value IS 49 (19.53% from 255) = 18.22%
R=49.07%
G=32.71%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132884900.330.630.4828.1945.8635.49
Hex8458310213F301c2e23
Octal204130610417760345643
Binary100001001011000110001010000111111111000011100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845831; }

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

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

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

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

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

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

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

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