#844D33

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

Shades of Paarl #844D33

Tints of Paarl #844D33

Color information

#844D33 (or 0x844D33) is unknown color: approx Paarl. HEX triplet: 84, 4D and 33. RGB value is (132,77,51). Sum of RGB (Red+Green+Blue) = 132+77+51=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #844D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844D33 is #7BB2CC. Grayscale: #5A5A5A. Windows color (decimal): -8106701 or 3362180. OLE color: 3362180.

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

Color convert

RGB1327751-
CMYK00.420.610.48
HSL19.26º44.26%35.88%-
HSV(B)19.26º61.36%51.76%-
XYZ12.7710.454.48-
YUV90.48105.72157.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.77%
GREEN value IS 77 (30.47% from 255) = 29.62%
BLUE value IS 51 (20.31% from 255) = 19.62%
R=50.77%
G=29.62%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132775100.420.610.4819.2644.2635.88
Hex844D3302A3D30132c24
Octal204115630527560235444
Binary100001001001101110011010101011110111000010011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844D33; }

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

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

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

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

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

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

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

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