#854E3A

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

Shades of Paarl #854E3A

Tints of Paarl #854E3A

Color information

#854E3A (or 0x854E3A) is unknown color: approx Paarl. HEX triplet: 85, 4E and 3A. RGB value is (133,78,58). Sum of RGB (Red+Green+Blue) = 133+78+58=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #854E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854E3A is #7AB1C5. Grayscale: #5C5C5C. Windows color (decimal): -8040902 or 3821189. OLE color: 3821189.

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

Color convert

RGB1337858-
CMYK00.410.560.48
HSL16º39.27%37.45%-
HSV(B)16º56.39%52.16%-
XYZ13.1610.745.38-
YUV92.16108.72157.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.44%
GREEN value IS 78 (30.86% from 255) = 29.00%
BLUE value IS 58 (23.05% from 255) = 21.56%
R=49.44%
G=29.00%
B=21.56%

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
Decimal133785800.410.560.481639.2737.45
Hex854E3A0293830102725
Octal205116720517060204745
Binary100001011001110111010010100111100011000010000100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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