#844B39

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

Shades of Paarl #844B39

Tints of Paarl #844B39

Color information

#844B39 (or 0x844B39) is unknown color: approx Paarl. HEX triplet: 84, 4B and 39. RGB value is (132,75,57). Sum of RGB (Red+Green+Blue) = 132+75+57=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 57 (22.66% from 255 or 21.59% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #844B39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844B39 is #7BB4C6. Grayscale: #5A5A5A. Windows color (decimal): -8107207 or 3754884. OLE color: 3754884.

HSL color Cylindrical-coordinate representation of color #844B39: hue angle of 14.4º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #844B39 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB1327557-
CMYK00.430.570.48
HSL14.4º39.68%37.06%-
HSV(B)14.4º56.82%51.76%-
XYZ12.7710.235.17-
YUV89.99109.38157.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50%
GREEN value IS 75 (29.69% from 255) = 28.41%
BLUE value IS 57 (22.66% from 255) = 21.59%
R=50%
G=28.41%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132755700.430.570.4814.439.6837.06
Hex844B3902B3930e2825
Octal204113710537160165045
Binary10000100100101111100101010111110011100001110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,75,57); }

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

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

 a { background-color: rgb(132,75,57); }

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

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

 span { border-color: rgb(132,75,57); }

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