#875333

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

Shades of Korma #875333

Tints of Korma #875333

Color information

#875333 (or 0x875333) is unknown color: approx Korma. HEX triplet: 87, 53 and 33. RGB value is (135,83,51). Sum of RGB (Red+Green+Blue) = 135+83+51=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 51 (20.31% from 255 or 18.96% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #875333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875333 is #78ACCC. Grayscale: #5F5F5F. Windows color (decimal): -7908557 or 3363719. OLE color: 3363719.

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

Color convert

RGB1358351-
CMYK00.390.620.47
HSL22.86º45.16%36.47%-
HSV(B)22.86º62.22%52.94%-
XYZ13.6811.584.65-
YUV94.9103.23156.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.19%
GREEN value IS 83 (32.81% from 255) = 30.86%
BLUE value IS 51 (20.31% from 255) = 18.96%
R=50.19%
G=30.86%
B=18.96%

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
Decimal135835100.390.620.4722.8645.1636.47
Hex8753330273E2F172d24
Octal207123630477657275544
Binary100001111010011110011010011111111010111110111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875333; }

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

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

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

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

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

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

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

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