#844C3A

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

Shades of Paarl #844C3A

Tints of Paarl #844C3A

Color information

#844C3A (or 0x844C3A) is unknown color: approx Paarl. HEX triplet: 84, 4C and 3A. RGB value is (132,76,58). Sum of RGB (Red+Green+Blue) = 132+76+58=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #844C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844C3A is #7BB3C5. Grayscale: #5A5A5A. Windows color (decimal): -8106950 or 3820676. OLE color: 3820676.

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

Color convert

RGB1327658-
CMYK00.420.560.48
HSL14.59º38.95%37.25%-
HSV(B)14.59º56.06%51.76%-
XYZ12.8610.385.33-
YUV90.69109.55157.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.62%
GREEN value IS 76 (30.08% from 255) = 28.57%
BLUE value IS 58 (23.05% from 255) = 21.80%
R=49.62%
G=28.57%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132765800.420.560.4814.5938.9537.25
Hex844C3A02A3830f2725
Octal204114720527060174745
Binary10000100100110011101001010101110001100001111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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