#875126

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

Shades of Korma #875126

Tints of Korma #875126

Color information

#875126 (or 0x875126) is unknown color: approx Korma. HEX triplet: 87, 51 and 26. RGB value is (135,81,38). Sum of RGB (Red+Green+Blue) = 135+81+38=254 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.15% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 38 (15.23% from 255 or 14.96% from 254); Max value from RGB is 135 - color contains mainly: red. Hex color #875126 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875126 is #78AED9. Grayscale: #5C5C5C. Windows color (decimal): -7909082 or 2511239. OLE color: 2511239.

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

Color convert

RGB1358138-
CMYK00.400.720.47
HSL26.6º56.07%33.92%-
HSV(B)26.6º71.85%52.94%-
XYZ13.2811.183.29-
YUV92.2497.39158.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.15%
GREEN value IS 81 (32.03% from 255) = 31.89%
BLUE value IS 38 (15.23% from 255) = 14.96%
R=53.15%
G=31.89%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135813800.400.720.4726.656.0733.92
Hex875126028482F1b3822
Octal2071214605011057337042
Binary1000011110100011001100101000100100010111111011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875126; }

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

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

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

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

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

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

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

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