#855223

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

Shades of Korma #855223

Tints of Korma #855223

Color information

#855223 (or 0x855223) is unknown color: approx Korma. HEX triplet: 85, 52 and 23. RGB value is (133,82,35). Sum of RGB (Red+Green+Blue) = 133+82+35=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #855223 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855223 is #7AADDC. Grayscale: #5C5C5C. Windows color (decimal): -8039901 or 2314885. OLE color: 2314885.

HSL color Cylindrical-coordinate representation of color #855223: hue angle of 28.78º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #855223 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB1338235-
CMYK00.380.740.48
HSL28.78º58.33%32.94%-
HSV(B)28.78º73.68%52.16%-
XYZ12.9911.143.06-
YUV91.8995.9157.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.2%
GREEN value IS 82 (32.42% from 255) = 32.8%
BLUE value IS 35 (14.06% from 255) = 14%
R=53.2%
G=32.8%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133823500.380.740.4828.7858.3332.94
Hex8552230264A301d3a21
Octal2051224304611260357241
Binary1000010110100101000110100110100101011000011101111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855223; }

 p { color: rgb(133,82,35); }

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

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

 a { background-color: rgb(133,82,35); }

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

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

 span { border-color: rgb(133,82,35); }

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