#875426

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

Shades of Korma #875426

Tints of Korma #875426

Color information

#875426 (or 0x875426) is unknown color: approx Korma. HEX triplet: 87, 54 and 26. RGB value is (135,84,38). Sum of RGB (Red+Green+Blue) = 135+84+38=257 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.53% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 38 (15.23% from 255 or 14.79% from 257); Max value from RGB is 135 - color contains mainly: red. Hex color #875426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875426 is #78ABD9. Grayscale: #5E5E5E. Windows color (decimal): -7908314 or 2512007. OLE color: 2512007.

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

Color convert

RGB1358438-
CMYK00.380.720.47
HSL28.45º56.07%33.92%-
HSV(B)28.45º71.85%52.94%-
XYZ13.5111.633.37-
YUV9496.4157.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.53%
GREEN value IS 84 (33.20% from 255) = 32.68%
BLUE value IS 38 (15.23% from 255) = 14.79%
R=52.53%
G=32.68%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135843800.380.720.4728.4556.0733.92
Hex875426026482F1c3822
Octal2071244604611057347042
Binary1000011110101001001100100110100100010111111100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875426; }

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

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

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

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

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

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

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

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