#844E34

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

Shades of Paarl #844E34

Tints of Paarl #844E34

Color information

#844E34 (or 0x844E34) is unknown color: approx Paarl. HEX triplet: 84, 4E and 34. RGB value is (132,78,52). Sum of RGB (Red+Green+Blue) = 132+78+52=262 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.38% from 262); Green value is 78 (30.86% from 255 or 29.77% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 132 - color contains mainly: red. Hex color #844E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844E34 is #7BB1CB. Grayscale: #5B5B5B. Windows color (decimal): -8106444 or 3427972. OLE color: 3427972.

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

Color convert

RGB1327852-
CMYK00.410.610.48
HSL19.5º43.48%36.08%-
HSV(B)19.5º60.61%51.76%-
XYZ12.8610.64.62-
YUV91.18105.89157.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.38%
GREEN value IS 78 (30.86% from 255) = 29.77%
BLUE value IS 52 (20.70% from 255) = 19.85%
R=50.38%
G=29.77%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132785200.410.610.4819.543.4836.08
Hex844E340293D30142b24
Octal204116640517560245344
Binary100001001001110110100010100111110111000010100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,78,52); }

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

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

 a { background-color: rgb(132,78,52); }

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

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

 span { border-color: rgb(132,78,52); }

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