Html Css Color HEX #84472F Paarl

📋 copy color: '#84472F'

red 132 ◦ green 71 ◦ blue 47

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

Shades of Paarl #84472F

Tints of Paarl #84472F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.8%

R = 52.8%
G = 28.4%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#84472F (or 0x84472F) is known color: Paarl. HEX triplet: 84, 47 and 2F. RGB value is (132,71,47). Sum of RGB (Red+Green+Blue) = 132+71+47=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #84472F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84472F is #7BB8D0. Grayscale: #565656. Windows color (decimal): -8108241 or 3098500. OLE color: 3098500.

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

Color convert

RGB 132 71 47 -
CMYK 0 0.46 0.64 0.48
HSL 16.94º 0.47% 0.35% -
HSV(B) 16.94º 0.64% 0.52% -
XYZ 12.28 9.62 3.9 -
YUV 86.5 105.71 160.45 -
System Red Green Blue C M Y K H S L
Decimal 132 71 47 0 0.46 0.64 0.48 16.94 0.47 0.35
Hex 84 47 2F 0 2E 40 30 11 2F 23
Octal 204 107 57 0 56 100 60 21 57 43
Binary 10000100 1000111 101111 0 101110 1000000 110000 10001 101111 100011

Color Harmonies of #84472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84472F

Black with #84472F

Text Example


Text Example

White with #84472F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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