#855731

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

Shades of Korma #855731

Tints of Korma #855731

Color information

#855731 (or 0x855731) is unknown color: approx Korma. HEX triplet: 85, 57 and 31. RGB value is (133,87,49). Sum of RGB (Red+Green+Blue) = 133+87+49=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 49 (19.53% from 255 or 18.22% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #855731 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855731 is #7AA8CE. Grayscale: #606060. Windows color (decimal): -8038607 or 3233669. OLE color: 3233669.

HSL color Cylindrical-coordinate representation of color #855731: hue angle of 27.14º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #855731 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB1338749-
CMYK00.350.630.48
HSL27.14º46.15%35.69%-
HSV(B)27.14º63.16%52.16%-
XYZ13.6412.024.51-
YUV96.42101.24154.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.44%
GREEN value IS 87 (34.38% from 255) = 32.34%
BLUE value IS 49 (19.53% from 255) = 18.22%
R=49.44%
G=32.34%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133874900.350.630.4827.1446.1535.69
Hex8557310233F301b2e24
Octal205127610437760335644
Binary100001011010111110001010001111111111000011011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855731; }

 p { color: rgb(133,87,49); }

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

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

 a { background-color: rgb(133,87,49); }

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

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

 span { border-color: rgb(133,87,49); }

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