#854937

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

Shades of Paarl #854937

Tints of Paarl #854937

Color information

#854937 (or 0x854937) is unknown color: approx Paarl. HEX triplet: 85, 49 and 37. RGB value is (133,73,55). Sum of RGB (Red+Green+Blue) = 133+73+55=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #854937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854937 is #7AB6C8. Grayscale: #595959. Windows color (decimal): -8042185 or 3623301. OLE color: 3623301.

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

Color convert

RGB1337355-
CMYK00.450.590.48
HSL13.85º41.49%36.86%-
HSV(B)13.85º58.65%52.16%-
XYZ12.7410.034.88-
YUV88.89108.88159.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.96%
GREEN value IS 73 (28.91% from 255) = 27.97%
BLUE value IS 55 (21.88% from 255) = 21.07%
R=50.96%
G=27.97%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133735500.450.590.4813.8541.4936.86
Hex85493702D3B30e2925
Octal205111670557360165145
Binary10000101100100111011101011011110111100001110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854937; }

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

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

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

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

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

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

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

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