Html Css Color HEX #844731 Paarl

📋 copy color: '#844731'

red 132 ◦ green 71 ◦ blue 49

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

Shades of Paarl #844731

Tints of Paarl #844731

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.17%

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

R = 52.38%
G = 28.17%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#844731 (or 0x844731) is known color: Paarl. HEX triplet: 84, 47 and 31. RGB value is (132,71,49). Sum of RGB (Red+Green+Blue) = 132+71+49=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #844731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844731 is #7BB8CE. Grayscale: #565656. Windows color (decimal): -8108239 or 3229572. OLE color: 3229572.

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

Color convert

RGB 132 71 49 -
CMYK 0 0.46 0.63 0.48
HSL 15.9º 0.46% 0.35% -
HSV(B) 15.9º 0.63% 0.52% -
XYZ 12.32 9.63 4.12 -
YUV 86.73 106.71 160.29 -
System Red Green Blue C M Y K H S L
Decimal 132 71 49 0 0.46 0.63 0.48 15.9 0.46 0.35
Hex 84 47 31 0 2E 3F 30 10 2E 23
Octal 204 107 61 0 56 77 60 20 56 43
Binary 10000100 1000111 110001 0 101110 111111 110000 10000 101110 100011

Color Harmonies of #844731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844731

Black with #844731

Text Example


Text Example

White with #844731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844731; }

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

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

background-color css

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

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

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

border-color css

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

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

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