#85503A

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

Shades of Paarl #85503A

Tints of Paarl #85503A

Color information

#85503A (or 0x85503A) is unknown color: approx Paarl. HEX triplet: 85, 50 and 3A. RGB value is (133,80,58). Sum of RGB (Red+Green+Blue) = 133+80+58=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #85503A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85503A is #7AAFC5. Grayscale: #5D5D5D. Windows color (decimal): -8040390 or 3821701. OLE color: 3821701.

HSL color Cylindrical-coordinate representation of color #85503A: hue angle of 17.6º 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 #85503A is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB1338058-
CMYK00.400.560.48
HSL17.6º39.27%37.45%-
HSV(B)17.6º56.39%52.16%-
XYZ13.3111.035.43-
YUV93.34108.06156.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.08%
GREEN value IS 80 (31.64% from 255) = 29.52%
BLUE value IS 58 (23.05% from 255) = 21.40%
R=49.08%
G=29.52%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133805800.400.560.4817.639.2737.45
Hex85503A0283830122725
Octal205120720507060224745
Binary100001011010000111010010100011100011000010010100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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