#85493A

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

Shades of Paarl #85493A

Tints of Paarl #85493A

Color information

#85493A (or 0x85493A) is unknown color: approx Paarl. HEX triplet: 85, 49 and 3A. RGB value is (133,73,58). Sum of RGB (Red+Green+Blue) = 133+73+58=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 58 (23.05% from 255 or 21.97% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #85493A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85493A is #7AB6C5. Grayscale: #595959. Windows color (decimal): -8042182 or 3819909. OLE color: 3819909.

HSL color Cylindrical-coordinate representation of color #85493A: hue angle of 12º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85493A is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB1337358-
CMYK00.450.560.48
HSL12º39.27%37.45%-
HSV(B)12º56.39%52.16%-
XYZ12.8210.065.27-
YUV89.23110.38159.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.38%
GREEN value IS 73 (28.91% from 255) = 27.65%
BLUE value IS 58 (23.05% from 255) = 21.97%
R=50.38%
G=27.65%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133735800.450.560.481239.2737.45
Hex85493A02D3830c2725
Octal205111720557060144745
Binary10000101100100111101001011011110001100001100100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85493A; }

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

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

<style>
 a { background-color: #85493A; }

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

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

<style>
 span { border-color: #85493A; }

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

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