#875233

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

Shades of Korma #875233

Tints of Korma #875233

Color information

#875233 (or 0x875233) is unknown color: approx Korma. HEX triplet: 87, 52 and 33. RGB value is (135,82,51). Sum of RGB (Red+Green+Blue) = 135+82+51=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #875233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875233 is #78ADCC. Grayscale: #5E5E5E. Windows color (decimal): -7908813 or 3363463. OLE color: 3363463.

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

Color convert

RGB1358251-
CMYK00.390.620.47
HSL22.14º45.16%36.47%-
HSV(B)22.14º62.22%52.94%-
XYZ13.6111.424.62-
YUV94.31103.56157.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.37%
GREEN value IS 82 (32.42% from 255) = 30.60%
BLUE value IS 51 (20.31% from 255) = 19.03%
R=50.37%
G=30.60%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135825100.390.620.4722.1445.1636.47
Hex8752330273E2F162d24
Octal207122630477657265544
Binary100001111010010110011010011111111010111110110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875233; }

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

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

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

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

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

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

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

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