#874E26

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

Shades of Korma #874E26

Tints of Korma #874E26

Color information

#874E26 (or 0x874E26) is unknown color: approx Korma. HEX triplet: 87, 4E and 26. RGB value is (135,78,38). Sum of RGB (Red+Green+Blue) = 135+78+38=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 78 (30.86% from 255 or 31.08% from 251); Blue value is 38 (15.23% from 255 or 15.14% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #874E26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874E26 is #78B1D9. Grayscale: #5A5A5A. Windows color (decimal): -7909850 or 2510471. OLE color: 2510471.

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

Color convert

RGB1357838-
CMYK00.420.720.47
HSL24.74º56.07%33.92%-
HSV(B)24.74º71.85%52.94%-
XYZ13.0710.743.22-
YUV90.4898.38159.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.78%
GREEN value IS 78 (30.86% from 255) = 31.08%
BLUE value IS 38 (15.23% from 255) = 15.14%
R=53.78%
G=31.08%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135783800.420.720.4724.7456.0733.92
Hex874E2602A482F193822
Octal2071164605211057317042
Binary1000011110011101001100101010100100010111111001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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