#85492E

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

Shades of Paarl #85492E

Tints of Paarl #85492E

Color information

#85492E (or 0x85492E) is unknown color: approx Paarl. HEX triplet: 85, 49 and 2E. RGB value is (133,73,46). Sum of RGB (Red+Green+Blue) = 133+73+46=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 46 (18.36% from 255 or 18.25% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #85492E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85492E is #7AB6D1. Grayscale: #585858. Windows color (decimal): -8042194 or 3033477. OLE color: 3033477.

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

Color convert

RGB1337346-
CMYK00.450.650.48
HSL18.62º48.6%35.1%-
HSV(B)18.62º65.41%52.16%-
XYZ12.559.953.84-
YUV87.86104.38160.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.78%
GREEN value IS 73 (28.91% from 255) = 28.97%
BLUE value IS 46 (18.36% from 255) = 18.25%
R=52.78%
G=28.97%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133734600.450.650.4818.6248.635.1
Hex85492E02D4130133123
Octal2051115605510160236143
Binary1000010110010011011100101101100000111000010011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85492E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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