#844533

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

Shades of Paarl #844533

Tints of Paarl #844533

Color information

#844533 (or 0x844533) is unknown color: approx Paarl. HEX triplet: 84, 45 and 33. RGB value is (132,69,51). Sum of RGB (Red+Green+Blue) = 132+69+51=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #844533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844533 is #7BBACC. Grayscale: #555555. Windows color (decimal): -8108749 or 3360132. OLE color: 3360132.

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

Color convert

RGB1326951-
CMYK00.480.610.48
HSL13.33º44.26%35.88%-
HSV(B)13.33º61.36%51.76%-
XYZ12.249.44.3-
YUV85.78108.37160.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.38%
GREEN value IS 69 (27.34% from 255) = 27.38%
BLUE value IS 51 (20.31% from 255) = 20.24%
R=52.38%
G=27.38%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132695100.480.610.4813.3344.2635.88
Hex8445330303D30d2c24
Octal204105630607560155444
Binary10000100100010111001101100001111011100001101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844533; }

 p { color: rgb(132,69,51); }

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

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

 a { background-color: rgb(132,69,51); }

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

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

 span { border-color: rgb(132,69,51); }

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