#854C33

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

Shades of Paarl #854C33

Tints of Paarl #854C33

Color information

#854C33 (or 0x854C33) is unknown color: approx Paarl. HEX triplet: 85, 4C and 33. RGB value is (133,76,51). Sum of RGB (Red+Green+Blue) = 133+76+51=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #854C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854C33 is #7AB3CC. Grayscale: #5A5A5A. Windows color (decimal): -8041421 or 3361925. OLE color: 3361925.

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

Color convert

RGB1337651-
CMYK00.430.620.48
HSL18.29º44.57%36.08%-
HSV(B)18.29º61.65%52.16%-
XYZ12.8510.394.46-
YUV90.19105.88158.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.15%
GREEN value IS 76 (30.08% from 255) = 29.23%
BLUE value IS 51 (20.31% from 255) = 19.62%
R=51.15%
G=29.23%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133765100.430.620.4818.2944.5736.08
Hex854C3302B3E30122d24
Octal205114630537660225544
Binary100001011001100110011010101111111011000010010101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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