Html Css Color HEX #844D31 Paarl

📋 copy color: '#844D31'

red 132 ◦ green 77 ◦ blue 49

#844D31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paarl #844D31

Tints of Paarl #844D31

RGB

 RED value IS 132 (51.95% from 255) = 51.16%

 GREEN value IS 77 (30.47% from 255) = 29.84%

 BLUE value IS 49 (19.53% from 255) = 18.99%

R = 51.16%
G = 29.84%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#844D31 (or 0x844D31) is known color: Paarl. HEX triplet: 84, 4D and 31. RGB value is (132,77,49). Sum of RGB (Red+Green+Blue) = 132+77+49=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #844D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844D31 is #7BB2CE. Grayscale: #5A5A5A. Windows color (decimal): -8106703 or 3231108. OLE color: 3231108.

HSL color Cylindrical-coordinate representation of color #844D31: hue angle of 20.24º 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 #844D31 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 77 49 -
CMYK 0 0.42 0.63 0.48
HSL 20.24º 0.46% 0.35% -
HSV(B) 20.24º 0.63% 0.52% -
XYZ 12.72 10.44 4.25 -
YUV 90.25 104.72 157.78 -
System Red Green Blue C M Y K H S L
Decimal 132 77 49 0 0.42 0.63 0.48 20.24 0.46 0.35
Hex 84 4D 31 0 2A 3F 30 14 2E 23
Octal 204 115 61 0 52 77 60 24 56 43
Binary 10000100 1001101 110001 0 101010 111111 110000 10100 101110 100011

Color Harmonies of #844D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844D31

Black with #844D31

Text Example


Text Example

White with #844D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #844D31;
 }
 .AnyTagClassName
 {
   color: #844D31;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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