#85482B

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

Shades of Korma #85482B

Tints of Korma #85482B

Color information

#85482B (or 0x85482B) is unknown color: approx Korma. HEX triplet: 85, 48 and 2B. RGB value is (133,72,43). Sum of RGB (Red+Green+Blue) = 133+72+43=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #85482B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85482B is #7AB7D4. Grayscale: #575757. Windows color (decimal): -8042453 or 2836613. OLE color: 2836613.

HSL color Cylindrical-coordinate representation of color #85482B: hue angle of 19.33º 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 #85482B is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB1337243-
CMYK00.460.680.48
HSL19.33º51.14%34.51%-
HSV(B)19.33º67.67%52.16%-
XYZ12.439.83.52-
YUV86.93103.21160.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.63%
GREEN value IS 72 (28.52% from 255) = 29.03%
BLUE value IS 43 (17.19% from 255) = 17.34%
R=53.63%
G=29.03%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133724300.460.680.4819.3351.1434.51
Hex85482B02E4430133323
Octal2051105305610460236343
Binary1000010110010001010110101110100010011000010011110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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