Html Css Color HEX #84472E Paarl

📋 copy color: '#84472E'

red 132 ◦ green 71 ◦ blue 46

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

Shades of Paarl #84472E

Tints of Paarl #84472E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.47%

R = 53.01%
G = 28.51%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#84472E (or 0x84472E) is known color: Paarl. HEX triplet: 84, 47 and 2E. RGB value is (132,71,46). Sum of RGB (Red+Green+Blue) = 132+71+46=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #84472E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84472E is #7BB8D1. Grayscale: #565656. Windows color (decimal): -8108242 or 3032964. OLE color: 3032964.

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

Color convert

RGB 132 71 46 -
CMYK 0 0.46 0.65 0.48
HSL 17.44º 0.48% 0.35% -
HSV(B) 17.44º 0.65% 0.52% -
XYZ 12.26 9.61 3.79 -
YUV 86.39 105.21 160.53 -
System Red Green Blue C M Y K H S L
Decimal 132 71 46 0 0.46 0.65 0.48 17.44 0.48 0.35
Hex 84 47 2E 0 2E 41 30 11 30 23
Octal 204 107 56 0 56 101 60 21 60 43
Binary 10000100 1000111 101110 0 101110 1000001 110000 10001 110000 100011

Color Harmonies of #84472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84472E

Black with #84472E

Text Example


Text Example

White with #84472E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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