#854E35

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

Shades of Paarl #854E35

Tints of Paarl #854E35

Color information

#854E35 (or 0x854E35) is unknown color: approx Paarl. HEX triplet: 85, 4E and 35. RGB value is (133,78,53). Sum of RGB (Red+Green+Blue) = 133+78+53=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 78 (30.86% from 255 or 29.55% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #854E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854E35 is #7AB1CA. Grayscale: #5B5B5B. Windows color (decimal): -8040907 or 3493509. OLE color: 3493509.

HSL color Cylindrical-coordinate representation of color #854E35: hue angle of 18.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #854E35 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB1337853-
CMYK00.410.600.48
HSL18.75º43.01%36.47%-
HSV(B)18.75º60.15%52.16%-
XYZ13.0410.694.74-
YUV91.6106.22157.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.38%
GREEN value IS 78 (30.86% from 255) = 29.55%
BLUE value IS 53 (21.09% from 255) = 20.08%
R=50.38%
G=29.55%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133785300.410.600.4818.7543.0136.47
Hex854E350293C30132b24
Octal205116650517460235344
Binary100001011001110110101010100111110011000010011101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854E35; }

 p { color: rgb(133,78,53); }

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

<style>
 a { background-color: #854E35; }

 a { background-color: rgb(133,78,53); }

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

<style>
 span { border-color: #854E35; }

 span { border-color: rgb(133,78,53); }

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