#854733

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

Shades of Paarl #854733

Tints of Paarl #854733

Color information

#854733 (or 0x854733) is unknown color: approx Paarl. HEX triplet: 85, 47 and 33. RGB value is (133,71,51). Sum of RGB (Red+Green+Blue) = 133+71+51=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 51 (20.31% from 255 or 20% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #854733 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854733 is #7AB8CC. Grayscale: #575757. Windows color (decimal): -8042701 or 3360645. OLE color: 3360645.

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

Color convert

RGB1337151-
CMYK00.470.620.48
HSL14.63º44.57%36.08%-
HSV(B)14.63º61.65%52.16%-
XYZ12.529.734.35-
YUV87.26107.54160.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.16%
GREEN value IS 71 (28.12% from 255) = 27.84%
BLUE value IS 51 (20.31% from 255) = 20%
R=52.16%
G=27.84%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133715100.470.620.4814.6344.5736.08
Hex85473302F3E30f2d24
Octal205107630577660175544
Binary10000101100011111001101011111111101100001111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854733; }

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

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

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

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

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

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

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

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