#854D33

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

Shades of Paarl #854D33

Tints of Paarl #854D33

Color information

#854D33 (or 0x854D33) is unknown color: approx Paarl. HEX triplet: 85, 4D and 33. RGB value is (133,77,51). Sum of RGB (Red+Green+Blue) = 133+77+51=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #854D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854D33 is #7AB2CC. Grayscale: #5A5A5A. Windows color (decimal): -8041165 or 3362181. OLE color: 3362181.

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

Color convert

RGB1337751-
CMYK00.420.620.48
HSL19.02º44.57%36.08%-
HSV(B)19.02º61.65%52.16%-
XYZ12.9210.534.48-
YUV90.78105.55158.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.96%
GREEN value IS 77 (30.47% from 255) = 29.50%
BLUE value IS 51 (20.31% from 255) = 19.54%
R=50.96%
G=29.50%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133775100.420.620.4819.0244.5736.08
Hex854D3302A3E30132d24
Octal205115630527660235544
Binary100001011001101110011010101011111011000010011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,77,51); }

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

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

 a { background-color: rgb(133,77,51); }

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

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

 span { border-color: rgb(133,77,51); }

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