#854934

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

Shades of Paarl #854934

Tints of Paarl #854934

Color information

#854934 (or 0x854934) is unknown color: approx Paarl. HEX triplet: 85, 49 and 34. RGB value is (133,73,52). Sum of RGB (Red+Green+Blue) = 133+73+52=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 52 (20.70% from 255 or 20.16% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #854934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854934 is #7AB6CB. Grayscale: #585858. Windows color (decimal): -8042188 or 3426693. OLE color: 3426693.

HSL color Cylindrical-coordinate representation of color #854934: hue angle of 15.56º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #854934 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB1337352-
CMYK00.450.610.48
HSL15.56º43.78%36.27%-
HSV(B)15.56º60.9%52.16%-
XYZ12.68104.51-
YUV88.55107.38159.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.55%
GREEN value IS 73 (28.91% from 255) = 28.29%
BLUE value IS 52 (20.70% from 255) = 20.16%
R=51.55%
G=28.29%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133735200.450.610.4815.5643.7836.27
Hex85493402D3D30102c24
Octal205111640557560205444
Binary100001011001001110100010110111110111000010000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854934; }

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

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

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

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

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

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

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

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