#874D26

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

Shades of Korma #874D26

Tints of Korma #874D26

Color information

#874D26 (or 0x874D26) is unknown color: approx Korma. HEX triplet: 87, 4D and 26. RGB value is (135,77,38). Sum of RGB (Red+Green+Blue) = 135+77+38=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 77 (30.47% from 255 or 30.8% from 250); Blue value is 38 (15.23% from 255 or 15.2% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #874D26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874D26 is #78B2D9. Grayscale: #5A5A5A. Windows color (decimal): -7910106 or 2510215. OLE color: 2510215.

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

Color convert

RGB1357738-
CMYK00.430.720.47
HSL24.12º56.07%33.92%-
HSV(B)24.12º71.85%52.94%-
XYZ1310.63.19-
YUV89.998.72160.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54%
GREEN value IS 77 (30.47% from 255) = 30.8%
BLUE value IS 38 (15.23% from 255) = 15.2%
R=54%
G=30.8%
B=15.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135773800.430.720.4724.1256.0733.92
Hex874D2602B482F183822
Octal2071154605311057307042
Binary1000011110011011001100101011100100010111111000111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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