#85452F

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

Shades of Paarl #85452F

Tints of Paarl #85452F

Color information

#85452F (or 0x85452F) is unknown color: approx Paarl. HEX triplet: 85, 45 and 2F. RGB value is (133,69,47). Sum of RGB (Red+Green+Blue) = 133+69+47=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #85452F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85452F is #7ABAD0. Grayscale: #555555. Windows color (decimal): -8043217 or 3097989. OLE color: 3097989.

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

Color convert

RGB1336947-
CMYK00.480.650.48
HSL15.35º47.78%35.29%-
HSV(B)15.35º64.66%52.16%-
XYZ12.319.453.86-
YUV85.63106.2161.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.41%
GREEN value IS 69 (27.34% from 255) = 27.71%
BLUE value IS 47 (18.75% from 255) = 18.88%
R=53.41%
G=27.71%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133694700.480.650.4815.3547.7835.29
Hex85452F0304130f3023
Octal2051055706010160176043
Binary100001011000101101111011000010000011100001111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85452F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85452F; }

 p { color: rgb(133,69,47); }

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

<style>
 a { background-color: #85452F; }

 a { background-color: rgb(133,69,47); }

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

<style>
 span { border-color: #85452F; }

 span { border-color: rgb(133,69,47); }

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