#85482E

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

Shades of Paarl #85482E

Tints of Paarl #85482E

Color information

#85482E (or 0x85482E) is unknown color: approx Paarl. HEX triplet: 85, 48 and 2E. RGB value is (133,72,46). Sum of RGB (Red+Green+Blue) = 133+72+46=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 46 (18.36% from 255 or 18.33% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #85482E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85482E is #7AB7D1. Grayscale: #575757. Windows color (decimal): -8042450 or 3033221. OLE color: 3033221.

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

Color convert

RGB1337246-
CMYK00.460.650.48
HSL17.93º48.6%35.1%-
HSV(B)17.93º65.41%52.16%-
XYZ12.489.823.82-
YUV87.28104.71160.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.99%
GREEN value IS 72 (28.52% from 255) = 28.69%
BLUE value IS 46 (18.36% from 255) = 18.33%
R=52.99%
G=28.69%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133724600.460.650.4817.9348.635.1
Hex85482E02E4130123123
Octal2051105605610160226143
Binary1000010110010001011100101110100000111000010010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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