#874C26

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

Shades of Korma #874C26

Tints of Korma #874C26

Color information

#874C26 (or 0x874C26) is unknown color: approx Korma. HEX triplet: 87, 4C and 26. RGB value is (135,76,38). Sum of RGB (Red+Green+Blue) = 135+76+38=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #874C26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874C26 is #78B3D9. Grayscale: #595959. Windows color (decimal): -7910362 or 2509959. OLE color: 2509959.

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

Color convert

RGB1357638-
CMYK00.440.720.47
HSL23.51º56.07%33.92%-
HSV(B)23.51º71.85%52.94%-
XYZ12.9310.463.17-
YUV89.3199.05160.59-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.22%
GREEN value IS 76 (30.08% from 255) = 30.52%
BLUE value IS 38 (15.23% from 255) = 15.26%
R=54.22%
G=30.52%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135763800.440.720.4723.5156.0733.92
Hex874C2602C482F183822
Octal2071144605411057307042
Binary1000011110011001001100101100100100010111111000111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874C26; }

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

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

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

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

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

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

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

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