#854839

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

Shades of Paarl #854839

Tints of Paarl #854839

Color information

#854839 (or 0x854839) is unknown color: approx Paarl. HEX triplet: 85, 48 and 39. RGB value is (133,72,57). Sum of RGB (Red+Green+Blue) = 133+72+57=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 57 (22.66% from 255 or 21.76% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #854839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854839 is #7AB7C6. Grayscale: #585858. Windows color (decimal): -8042439 or 3754117. OLE color: 3754117.

HSL color Cylindrical-coordinate representation of color #854839: hue angle of 11.84º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #854839 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB1337257-
CMYK00.460.570.48
HSL11.84º40%37.25%-
HSV(B)11.84º57.14%52.16%-
XYZ12.739.925.11-
YUV88.53110.21159.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.76%
GREEN value IS 72 (28.52% from 255) = 27.48%
BLUE value IS 57 (22.66% from 255) = 21.76%
R=50.76%
G=27.48%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133725700.460.570.4811.844037.25
Hex85483902E3930c2825
Octal205110710567160145045
Binary10000101100100011100101011101110011100001100101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854839; }

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

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

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

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

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

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

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

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