#854F37

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

Shades of Paarl #854F37

Tints of Paarl #854F37

Color information

#854F37 (or 0x854F37) is unknown color: approx Paarl. HEX triplet: 85, 4F and 37. RGB value is (133,79,55). Sum of RGB (Red+Green+Blue) = 133+79+55=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 79 (31.25% from 255 or 29.59% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #854F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854F37 is #7AB0C8. Grayscale: #5C5C5C. Windows color (decimal): -8040649 or 3624837. OLE color: 3624837.

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

Color convert

RGB1337955-
CMYK00.410.590.48
HSL18.46º41.49%36.86%-
HSV(B)18.46º58.65%52.16%-
XYZ13.1610.855.02-
YUV92.41106.89156.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.81%
GREEN value IS 79 (31.25% from 255) = 29.59%
BLUE value IS 55 (21.88% from 255) = 20.60%
R=49.81%
G=29.59%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133795500.410.590.4818.4641.4936.86
Hex854F370293B30122925
Octal205117670517360225145
Binary100001011001111110111010100111101111000010010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854F37; }

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

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

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

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

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

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

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

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