#854434

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

Shades of Paarl #854434

Tints of Paarl #854434

Color information

#854434 (or 0x854434) is unknown color: approx Paarl. HEX triplet: 85, 44 and 34. RGB value is (133,68,52). Sum of RGB (Red+Green+Blue) = 133+68+52=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #854434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854434 is #7ABBCB. Grayscale: #555555. Windows color (decimal): -8043468 or 3425413. OLE color: 3425413.

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

Color convert

RGB1336852-
CMYK00.490.610.48
HSL11.85º43.78%36.27%-
HSV(B)11.85º60.9%52.16%-
XYZ12.369.374.41-
YUV85.61109.03161.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.57%
GREEN value IS 68 (26.95% from 255) = 26.88%
BLUE value IS 52 (20.70% from 255) = 20.55%
R=52.57%
G=26.88%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133685200.490.610.4811.8543.7836.27
Hex8544340313D30c2c24
Octal205104640617560145444
Binary10000101100010011010001100011111011100001100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854434; }

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

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

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

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

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

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

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

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