#844C31

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

Shades of Paarl #844C31

Tints of Paarl #844C31

Color information

#844C31 (or 0x844C31) is unknown color: approx Paarl. HEX triplet: 84, 4C and 31. RGB value is (132,76,49). Sum of RGB (Red+Green+Blue) = 132+76+49=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #844C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844C31 is #7BB3CE. Grayscale: #595959. Windows color (decimal): -8106959 or 3230852. OLE color: 3230852.

HSL color Cylindrical-coordinate representation of color #844C31: hue angle of 19.52º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #844C31 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB1327649-
CMYK00.420.630.48
HSL19.52º45.86%35.49%-
HSV(B)19.52º62.88%51.76%-
XYZ12.6510.34.23-
YUV89.67105.05158.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.36%
GREEN value IS 76 (30.08% from 255) = 29.57%
BLUE value IS 49 (19.53% from 255) = 19.07%
R=51.36%
G=29.57%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132764900.420.630.4819.5245.8635.49
Hex844C3102A3F30142e23
Octal204114610527760245643
Binary100001001001100110001010101011111111000010100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,76,49); }

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

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

 a { background-color: rgb(132,76,49); }

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

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

 span { border-color: rgb(132,76,49); }

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