Html Css Color HEX #84472D Paarl

📋 copy color: '#84472D'

red 132 ◦ green 71 ◦ blue 45

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

Shades of Paarl #84472D

Tints of Paarl #84472D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.15%

R = 53.23%
G = 28.63%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#84472D (or 0x84472D) is known color: Paarl. HEX triplet: 84, 47 and 2D. RGB value is (132,71,45). Sum of RGB (Red+Green+Blue) = 132+71+45=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #84472D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84472D is #7BB8D2. Grayscale: #565656. Windows color (decimal): -8108243 or 2967428. OLE color: 2967428.

HSL color Cylindrical-coordinate representation of color #84472D: hue angle of 17.93º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84472D is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 71 45 -
CMYK 0 0.46 0.66 0.48
HSL 17.93º 0.49% 0.35% -
HSV(B) 17.93º 0.66% 0.52% -
XYZ 12.24 9.6 3.69 -
YUV 86.28 104.71 160.61 -
System Red Green Blue C M Y K H S L
Decimal 132 71 45 0 0.46 0.66 0.48 17.93 0.49 0.35
Hex 84 47 2D 0 2E 42 30 12 31 23
Octal 204 107 55 0 56 102 60 22 61 43
Binary 10000100 1000111 101101 0 101110 1000010 110000 10010 110001 100011

Color Harmonies of #84472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84472D

Black with #84472D

Text Example


Text Example

White with #84472D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84472D; }

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

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

background-color css

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

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

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

border-color css

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

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

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