#874926

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

Shades of Korma #874926

Tints of Korma #874926

Color information

#874926 (or 0x874926) is unknown color: approx Korma. HEX triplet: 87, 49 and 26. RGB value is (135,73,38). Sum of RGB (Red+Green+Blue) = 135+73+38=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 38 (15.23% from 255 or 15.45% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #874926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874926 is #78B6D9. Grayscale: #575757. Windows color (decimal): -7911130 or 2509191. OLE color: 2509191.

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

Color convert

RGB1357338-
CMYK00.460.720.47
HSL21.65º56.07%33.92%-
HSV(B)21.65º71.85%52.94%-
XYZ12.7210.063.1-
YUV87.55100.04161.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.88%
GREEN value IS 73 (28.91% from 255) = 29.67%
BLUE value IS 38 (15.23% from 255) = 15.45%
R=54.88%
G=29.67%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135733800.460.720.4721.6556.0733.92
Hex87492602E482F163822
Octal2071114605611057267042
Binary1000011110010011001100101110100100010111110110111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874926; }

 p { color: rgb(135,73,38); }

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

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

 a { background-color: rgb(135,73,38); }

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

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

 span { border-color: rgb(135,73,38); }

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