#854837

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

Shades of Paarl #854837

Tints of Paarl #854837

Color information

#854837 (or 0x854837) is unknown color: approx Paarl. HEX triplet: 85, 48 and 37. RGB value is (133,72,55). Sum of RGB (Red+Green+Blue) = 133+72+55=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 55 (21.88% from 255 or 21.15% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #854837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854837 is #7AB7C8. Grayscale: #585858. Windows color (decimal): -8042441 or 3623045. OLE color: 3623045.

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

Color convert

RGB1337255-
CMYK00.460.590.48
HSL13.08º41.49%36.86%-
HSV(B)13.08º58.65%52.16%-
XYZ12.689.94.86-
YUV88.3109.21159.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.15%
GREEN value IS 72 (28.52% from 255) = 27.69%
BLUE value IS 55 (21.88% from 255) = 21.15%
R=51.15%
G=27.69%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133725500.460.590.4813.0841.4936.86
Hex85483702E3B30d2925
Octal205110670567360155145
Binary10000101100100011011101011101110111100001101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854837; }

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

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

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

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

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

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

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

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