#844A39

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

Shades of Paarl #844A39

Tints of Paarl #844A39

Color information

#844A39 (or 0x844A39) is unknown color: approx Paarl. HEX triplet: 84, 4A and 39. RGB value is (132,74,57). Sum of RGB (Red+Green+Blue) = 132+74+57=263 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.19% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 57 (22.66% from 255 or 21.67% from 263); Max value from RGB is 132 - color contains mainly: red. Hex color #844A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844A39 is #7BB5C6. Grayscale: #595959. Windows color (decimal): -8107463 or 3754628. OLE color: 3754628.

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

Color convert

RGB1327457-
CMYK00.440.570.48
HSL13.6º39.68%37.06%-
HSV(B)13.6º56.82%51.76%-
XYZ12.710.15.15-
YUV89.4109.72158.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.19%
GREEN value IS 74 (29.30% from 255) = 28.14%
BLUE value IS 57 (22.66% from 255) = 21.67%
R=50.19%
G=28.14%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132745700.440.570.4813.639.6837.06
Hex844A3902C3930e2825
Octal204112710547160165045
Binary10000100100101011100101011001110011100001110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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