#854833

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

Shades of Paarl #854833

Tints of Paarl #854833

Color information

#854833 (or 0x854833) is unknown color: approx Paarl. HEX triplet: 85, 48 and 33. RGB value is (133,72,51). Sum of RGB (Red+Green+Blue) = 133+72+51=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #854833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854833 is #7AB7CC. Grayscale: #575757. Windows color (decimal): -8042445 or 3360901. OLE color: 3360901.

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

Color convert

RGB1337251-
CMYK00.460.620.48
HSL15.37º44.57%36.08%-
HSV(B)15.37º61.65%52.16%-
XYZ12.599.864.37-
YUV87.84107.21160.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.95%
GREEN value IS 72 (28.52% from 255) = 28.12%
BLUE value IS 51 (20.31% from 255) = 19.92%
R=51.95%
G=28.12%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133725100.460.620.4815.3744.5736.08
Hex85483302E3E30f2d24
Octal205110630567660175544
Binary10000101100100011001101011101111101100001111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854833; }

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

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

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

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

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

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

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

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