#844C35

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

Shades of Paarl #844C35

Tints of Paarl #844C35

Color information

#844C35 (or 0x844C35) is unknown color: approx Paarl. HEX triplet: 84, 4C and 35. RGB value is (132,76,53). Sum of RGB (Red+Green+Blue) = 132+76+53=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #844C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844C35 is #7BB3CA. Grayscale: #5A5A5A. Windows color (decimal): -8106955 or 3492996. OLE color: 3492996.

HSL color Cylindrical-coordinate representation of color #844C35: hue angle of 17.47º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #844C35 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB1327653-
CMYK00.420.600.48
HSL17.47º42.7%36.27%-
HSV(B)17.47º59.85%51.76%-
XYZ12.7410.334.69-
YUV90.12107.05157.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.57%
GREEN value IS 76 (30.08% from 255) = 29.12%
BLUE value IS 53 (21.09% from 255) = 20.31%
R=50.57%
G=29.12%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132765300.420.600.4817.4742.736.27
Hex844C3502A3C30112b24
Octal204114650527460215344
Binary100001001001100110101010101011110011000010001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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