#854533

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

Shades of Paarl #854533

Tints of Paarl #854533

Color information

#854533 (or 0x854533) is unknown color: approx Paarl. HEX triplet: 85, 45 and 33. RGB value is (133,69,51). Sum of RGB (Red+Green+Blue) = 133+69+51=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #854533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854533 is #7ABACC. Grayscale: #565656. Windows color (decimal): -8043213 or 3360133. OLE color: 3360133.

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

Color convert

RGB1336951-
CMYK00.480.620.48
HSL13.17º44.57%36.08%-
HSV(B)13.17º61.65%52.16%-
XYZ12.49.484.31-
YUV86.08108.2161.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.57%
GREEN value IS 69 (27.34% from 255) = 27.27%
BLUE value IS 51 (20.31% from 255) = 20.16%
R=52.57%
G=27.27%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133695100.480.620.4813.1744.5736.08
Hex8545330303E30d2d24
Octal205105630607660155544
Binary10000101100010111001101100001111101100001101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854533; }

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

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

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

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

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

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

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

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