#854933

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

Shades of Paarl #854933

Tints of Paarl #854933

Color information

#854933 (or 0x854933) is unknown color: approx Paarl. HEX triplet: 85, 49 and 33. RGB value is (133,73,51). Sum of RGB (Red+Green+Blue) = 133+73+51=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #854933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854933 is #7AB6CC. Grayscale: #585858. Windows color (decimal): -8042189 or 3361157. OLE color: 3361157.

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

Color convert

RGB1337351-
CMYK00.450.620.48
HSL16.1º44.57%36.08%-
HSV(B)16.1º61.65%52.16%-
XYZ12.659.994.39-
YUV88.43106.88159.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.75%
GREEN value IS 73 (28.91% from 255) = 28.40%
BLUE value IS 51 (20.31% from 255) = 19.84%
R=51.75%
G=28.40%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133735100.450.620.4816.144.5736.08
Hex85493302D3E30102d24
Octal205111630557660205544
Binary100001011001001110011010110111111011000010000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854933; }

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

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

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

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

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

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

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

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