#854433

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

Shades of Paarl #854433

Tints of Paarl #854433

Color information

#854433 (or 0x854433) is unknown color: approx Paarl. HEX triplet: 85, 44 and 33. RGB value is (133,68,51). Sum of RGB (Red+Green+Blue) = 133+68+51=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #854433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854433 is #7ABBCC. Grayscale: #555555. Windows color (decimal): -8043469 or 3359877. OLE color: 3359877.

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

Color convert

RGB1336851-
CMYK00.490.620.48
HSL12.44º44.57%36.08%-
HSV(B)12.44º61.65%52.16%-
XYZ12.349.364.29-
YUV85.5108.53161.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.78%
GREEN value IS 68 (26.95% from 255) = 26.98%
BLUE value IS 51 (20.31% from 255) = 20.24%
R=52.78%
G=26.98%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133685100.490.620.4812.4444.5736.08
Hex8544330313E30c2d24
Octal205104630617660145544
Binary10000101100010011001101100011111101100001100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854433; }

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

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

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

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

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

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

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

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