#854E34

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

Shades of Paarl #854E34

Tints of Paarl #854E34

Color information

#854E34 (or 0x854E34) is unknown color: approx Paarl. HEX triplet: 85, 4E and 34. RGB value is (133,78,52). Sum of RGB (Red+Green+Blue) = 133+78+52=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #854E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854E34 is #7AB1CB. Grayscale: #5B5B5B. Windows color (decimal): -8040908 or 3427973. OLE color: 3427973.

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

Color convert

RGB1337852-
CMYK00.410.610.48
HSL19.26º43.78%36.27%-
HSV(B)19.26º60.9%52.16%-
XYZ13.0210.684.62-
YUV91.48105.72157.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.57%
GREEN value IS 78 (30.86% from 255) = 29.66%
BLUE value IS 52 (20.70% from 255) = 19.77%
R=50.57%
G=29.66%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133785200.410.610.4819.2643.7836.27
Hex854E340293D30132c24
Octal205116640517560235444
Binary100001011001110110100010100111110111000010011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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