#874827

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

Shades of Korma #874827

Tints of Korma #874827

Color information

#874827 (or 0x874827) is unknown color: approx Korma. HEX triplet: 87, 48 and 27. RGB value is (135,72,39). Sum of RGB (Red+Green+Blue) = 135+72+39=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #874827 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874827 is #78B7D8. Grayscale: #575757. Windows color (decimal): -7911385 or 2574471. OLE color: 2574471.

HSL color Cylindrical-coordinate representation of color #874827: hue angle of 20.62º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #874827 is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB1357239-
CMYK00.470.710.47
HSL20.62º55.17%34.12%-
HSV(B)20.62º71.11%52.94%-
XYZ12.689.933.17-
YUV87.07100.87162.18-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.88%
GREEN value IS 72 (28.52% from 255) = 29.27%
BLUE value IS 39 (15.62% from 255) = 15.85%
R=54.88%
G=29.27%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135723900.470.710.4720.6255.1734.12
Hex87482702F472F153722
Octal2071104705710757256742
Binary1000011110010001001110101111100011110111110101110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874827; }

 p { color: rgb(135,72,39); }

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

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

 a { background-color: rgb(135,72,39); }

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

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

 span { border-color: rgb(135,72,39); }

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