#85492A

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

Shades of Korma #85492A

Tints of Korma #85492A

Color information

#85492A (or 0x85492A) is unknown color: approx Korma. HEX triplet: 85, 49 and 2A. RGB value is (133,73,42). Sum of RGB (Red+Green+Blue) = 133+73+42=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #85492A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85492A is #7AB6D5. Grayscale: #575757. Windows color (decimal): -8042198 or 2771333. OLE color: 2771333.

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

Color convert

RGB1337342-
CMYK00.450.680.48
HSL20.44º52%34.31%-
HSV(B)20.44º68.42%52.16%-
XYZ12.479.923.45-
YUV87.41102.38160.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.63%
GREEN value IS 73 (28.91% from 255) = 29.44%
BLUE value IS 42 (16.80% from 255) = 16.94%
R=53.63%
G=29.44%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133734200.450.680.4820.445234.31
Hex85492A02D4430143422
Octal2051115205510460246442
Binary1000010110010011010100101101100010011000010100110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85492A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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