#85492C

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

Shades of Korma #85492C

Tints of Korma #85492C

Color information

#85492C (or 0x85492C) is unknown color: approx Korma. HEX triplet: 85, 49 and 2C. RGB value is (133,73,44). Sum of RGB (Red+Green+Blue) = 133+73+44=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #85492C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85492C is #7AB6D3. Grayscale: #575757. Windows color (decimal): -8042196 or 2902405. OLE color: 2902405.

HSL color Cylindrical-coordinate representation of color #85492C: hue angle of 19.55º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85492C is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB1337344-
CMYK00.450.670.48
HSL19.55º50.28%34.71%-
HSV(B)19.55º66.92%52.16%-
XYZ12.519.933.64-
YUV87.63103.38160.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.2%
GREEN value IS 73 (28.91% from 255) = 29.2%
BLUE value IS 44 (17.58% from 255) = 17.6%
R=53.2%
G=29.2%
B=17.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133734400.450.670.4819.5550.2834.71
Hex85492C02D4330143223
Octal2051115405510360246243
Binary1000010110010011011000101101100001111000010100110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85492C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85492C; }

 p { color: rgb(133,73,44); }

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

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

 a { background-color: rgb(133,73,44); }

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

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

 span { border-color: rgb(133,73,44); }

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