#854e3b

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

Shades of Paarl #854E3B

Tints of Paarl #854E3B

Color information

#854E3B (or 0x854E3B) is unknown color: approx Paarl. HEX triplet: 85, 4E and 3B. RGB value is (133,78,59). Sum of RGB (Red+Green+Blue) = 133+78+59=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #854E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854E3B is #7AB1C4. Grayscale: #5C5C5C. Windows color (decimal): -8040901 or 3886725. OLE color: 3886725.

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

Color convert

RGB1337859-
CMYK00.410.560.48
HSL15.41º38.54%37.65%-
HSV(B)15.41º55.64%52.16%-
XYZ13.1910.755.52-
YUV92.28109.22157.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.26%
GREEN value IS 78 (30.86% from 255) = 28.89%
BLUE value IS 59 (23.44% from 255) = 21.85%
R=49.26%
G=28.89%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133785900.410.560.4815.4138.5437.65
Hex854E3B0293830f2726
Octal205116730517060174746
Binary10000101100111011101101010011110001100001111100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854e3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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