#874726

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

Shades of Korma #874726

Tints of Korma #874726

Color information

#874726 (or 0x874726) is unknown color: approx Korma. HEX triplet: 87, 47 and 26. RGB value is (135,71,38). Sum of RGB (Red+Green+Blue) = 135+71+38=244 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.33% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 38 (15.23% from 255 or 15.57% from 244); Max value from RGB is 135 - color contains mainly: red. Hex color #874726 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874726 is #78B8D9. Grayscale: #565656. Windows color (decimal): -7911642 or 2508679. OLE color: 2508679.

HSL color Cylindrical-coordinate representation of color #874726: hue angle of 20.41º 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 #874726 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB1357138-
CMYK00.470.720.47
HSL20.41º56.07%33.92%-
HSV(B)20.41º71.85%52.94%-
XYZ12.599.83.06-
YUV86.37100.7162.68-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.33%
GREEN value IS 71 (28.12% from 255) = 29.10%
BLUE value IS 38 (15.23% from 255) = 15.57%
R=55.33%
G=29.10%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135713800.470.720.4720.4156.0733.92
Hex87472602F482F143822
Octal2071074605711057247042
Binary1000011110001111001100101111100100010111110100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874726; }

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

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

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

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

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

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

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

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