#844D3B

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

Shades of Paarl #844D3B

Tints of Paarl #844D3B

Color information

#844D3B (or 0x844D3B) is unknown color: approx Paarl. HEX triplet: 84, 4D and 3B. RGB value is (132,77,59). Sum of RGB (Red+Green+Blue) = 132+77+59=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #844D3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844D3B is #7BB2C4. Grayscale: #5B5B5B. Windows color (decimal): -8106693 or 3886468. OLE color: 3886468.

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

Color convert

RGB1327759-
CMYK00.420.550.48
HSL14.79º38.22%37.45%-
HSV(B)14.79º55.3%51.76%-
XYZ12.9610.535.49-
YUV91.39109.72156.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.25%
GREEN value IS 77 (30.47% from 255) = 28.73%
BLUE value IS 59 (23.44% from 255) = 22.01%
R=49.25%
G=28.73%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132775900.420.550.4814.7938.2237.45
Hex844D3B02A3730f2625
Octal204115730526760174645
Binary10000100100110111101101010101101111100001111100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,77,59); }

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

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

 a { background-color: rgb(132,77,59); }

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

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

 span { border-color: rgb(132,77,59); }

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