#85432F

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

Shades of Paarl #85432F

Tints of Paarl #85432F

Color information

#85432F (or 0x85432F) is unknown color: approx Paarl. HEX triplet: 85, 43 and 2F. RGB value is (133,67,47). Sum of RGB (Red+Green+Blue) = 133+67+47=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #85432F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85432F is #7ABCD0. Grayscale: #545454. Windows color (decimal): -8043729 or 3097477. OLE color: 3097477.

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

Color convert

RGB1336747-
CMYK00.500.650.48
HSL13.95º47.78%35.29%-
HSV(B)13.95º64.66%52.16%-
XYZ12.199.213.82-
YUV84.45106.87162.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.85%
GREEN value IS 67 (26.56% from 255) = 27.13%
BLUE value IS 47 (18.75% from 255) = 19.03%
R=53.85%
G=27.13%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133674700.500.650.4813.9547.7835.29
Hex85432F0324130e3023
Octal2051035706210160166043
Binary100001011000011101111011001010000011100001110110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85432F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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