Html Css Color HEX #844631 Paarl

📋 copy color: '#844631'

red 132 ◦ green 70 ◦ blue 49

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

Shades of Paarl #844631

Tints of Paarl #844631

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.89%

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

R = 52.59%
G = 27.89%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#844631 (or 0x844631) is known color: Paarl. HEX triplet: 84, 46 and 31. RGB value is (132,70,49). Sum of RGB (Red+Green+Blue) = 132+70+49=251 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.59% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 49 (19.53% from 255 or 19.52% from 251); Max value from RGB is 132 - color contains mainly: red. Hex color #844631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844631 is #7BB9CE. Grayscale: #565656. Windows color (decimal): -8108495 or 3229316. OLE color: 3229316.

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

Color convert

RGB 132 70 49 -
CMYK 0 0.47 0.63 0.48
HSL 15.18º 0.46% 0.35% -
HSV(B) 15.18º 0.63% 0.52% -
XYZ 12.26 9.51 4.09 -
YUV 86.14 107.04 160.71 -
System Red Green Blue C M Y K H S L
Decimal 132 70 49 0 0.47 0.63 0.48 15.18 0.46 0.35
Hex 84 46 31 0 2F 3F 30 F 2E 23
Octal 204 106 61 0 57 77 60 17 56 43
Binary 10000100 1000110 110001 0 101111 111111 110000 1111 101110 100011

Color Harmonies of #844631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844631

Black with #844631

Text Example


Text Example

White with #844631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844631; }

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

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

background-color css

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

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

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

border-color css

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

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

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