#854E39

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

Shades of Paarl #854E39

Tints of Paarl #854E39

Color information

#854E39 (or 0x854E39) is unknown color: approx Paarl. HEX triplet: 85, 4E and 39. RGB value is (133,78,57). Sum of RGB (Red+Green+Blue) = 133+78+57=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 57 (22.66% from 255 or 21.27% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #854E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854E39 is #7AB1C6. Grayscale: #5C5C5C. Windows color (decimal): -8040903 or 3755653. OLE color: 3755653.

HSL color Cylindrical-coordinate representation of color #854E39: hue angle of 16.58º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #854E39 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB1337857-
CMYK00.410.570.48
HSL16.58º40%37.25%-
HSV(B)16.58º57.14%52.16%-
XYZ13.1410.735.25-
YUV92.05108.22157.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.63%
GREEN value IS 78 (30.86% from 255) = 29.10%
BLUE value IS 57 (22.66% from 255) = 21.27%
R=49.63%
G=29.10%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133785700.410.570.4816.584037.25
Hex854E390293930112825
Octal205116710517160215045
Binary100001011001110111001010100111100111000010001101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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