#85552B

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

Shades of Korma #85552B

Tints of Korma #85552B

Color information

#85552B (or 0x85552B) is unknown color: approx Korma. HEX triplet: 85, 55 and 2B. RGB value is (133,85,43). Sum of RGB (Red+Green+Blue) = 133+85+43=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #85552B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85552B is #7AAAD4. Grayscale: #5E5E5E. Windows color (decimal): -8039125 or 2839941. OLE color: 2839941.

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

Color convert

RGB1338543-
CMYK00.360.680.48
HSL28º51.14%34.51%-
HSV(B)28º67.67%52.16%-
XYZ13.3611.663.83-
YUV94.5698.9155.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.96%
GREEN value IS 85 (33.59% from 255) = 32.57%
BLUE value IS 43 (17.19% from 255) = 16.48%
R=50.96%
G=32.57%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133854300.360.680.482851.1434.51
Hex85552B02444301c3323
Octal2051255304410460346343
Binary1000010110101011010110100100100010011000011100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85552B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85552B; }

 p { color: rgb(133,85,43); }

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

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

 a { background-color: rgb(133,85,43); }

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

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

 span { border-color: rgb(133,85,43); }

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