#854935

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

Shades of Paarl #854935

Tints of Paarl #854935

Color information

#854935 (or 0x854935) is unknown color: approx Paarl. HEX triplet: 85, 49 and 35. RGB value is (133,73,53). Sum of RGB (Red+Green+Blue) = 133+73+53=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 53 (21.09% from 255 or 20.46% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #854935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854935 is #7AB6CA. Grayscale: #585858. Windows color (decimal): -8042187 or 3492229. OLE color: 3492229.

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

Color convert

RGB1337353-
CMYK00.450.600.48
HSL15º43.01%36.47%-
HSV(B)15º60.15%52.16%-
XYZ12.710.014.63-
YUV88.66107.88159.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.35%
GREEN value IS 73 (28.91% from 255) = 28.19%
BLUE value IS 53 (21.09% from 255) = 20.46%
R=51.35%
G=28.19%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133735300.450.600.481543.0136.47
Hex85493502D3C30f2b24
Octal205111650557460175344
Binary10000101100100111010101011011111001100001111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854935; }

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

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

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

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

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

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

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

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