#854F35

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

Shades of Paarl #854F35

Tints of Paarl #854F35

Color information

#854F35 (or 0x854F35) is unknown color: approx Paarl. HEX triplet: 85, 4F and 35. RGB value is (133,79,53). Sum of RGB (Red+Green+Blue) = 133+79+53=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #854F35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854F35 is #7AB0CA. Grayscale: #5C5C5C. Windows color (decimal): -8040651 or 3493765. OLE color: 3493765.

HSL color Cylindrical-coordinate representation of color #854F35: hue angle of 19.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #854F35 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB1337953-
CMYK00.410.600.48
HSL19.5º43.01%36.47%-
HSV(B)19.5º60.15%52.16%-
XYZ13.1110.844.77-
YUV92.18105.89157.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.19%
GREEN value IS 79 (31.25% from 255) = 29.81%
BLUE value IS 53 (21.09% from 255) = 20%
R=50.19%
G=29.81%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133795300.410.600.4819.543.0136.47
Hex854F350293C30142b24
Octal205117650517460245344
Binary100001011001111110101010100111110011000010100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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