#875633

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

Shades of Korma #875633

Tints of Korma #875633

Color information

#875633 (or 0x875633) is unknown color: approx Korma. HEX triplet: 87, 56 and 33. RGB value is (135,86,51). Sum of RGB (Red+Green+Blue) = 135+86+51=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 51 (20.31% from 255 or 18.75% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #875633 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875633 is #78A9CC. Grayscale: #606060. Windows color (decimal): -7907789 or 3364487. OLE color: 3364487.

HSL color Cylindrical-coordinate representation of color #875633: hue angle of 25º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #875633 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB1358651-
CMYK00.360.620.47
HSL25º45.16%36.47%-
HSV(B)25º62.22%52.94%-
XYZ13.9212.054.72-
YUV96.66102.23155.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.63%
GREEN value IS 86 (33.98% from 255) = 31.62%
BLUE value IS 51 (20.31% from 255) = 18.75%
R=49.63%
G=31.62%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135865100.360.620.472545.1636.47
Hex8756330243E2F192d24
Octal207126630447657315544
Binary100001111010110110011010010011111010111111001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875633; }

 p { color: rgb(135,86,51); }

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

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

 a { background-color: rgb(135,86,51); }

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

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

 span { border-color: rgb(135,86,51); }

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