Html Css Color HEX #84462F Paarl

📋 copy color: '#84462F'

red 132 ◦ green 70 ◦ blue 47

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

Shades of Paarl #84462F

Tints of Paarl #84462F

RGB

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

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

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

R = 53.01%
G = 28.11%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#84462F (or 0x84462F) is known color: Paarl. HEX triplet: 84, 46 and 2F. RGB value is (132,70,47). Sum of RGB (Red+Green+Blue) = 132+70+47=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #84462F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84462F is #7BB9D0. Grayscale: #565656. Windows color (decimal): -8108497 or 3098244. OLE color: 3098244.

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

Color convert

RGB 132 70 47 -
CMYK 0 0.47 0.64 0.48
HSL 16.24º 0.47% 0.35% -
HSV(B) 16.24º 0.64% 0.52% -
XYZ 12.22 9.49 3.88 -
YUV 85.92 106.04 160.87 -
System Red Green Blue C M Y K H S L
Decimal 132 70 47 0 0.47 0.64 0.48 16.24 0.47 0.35
Hex 84 46 2F 0 2F 40 30 10 2F 23
Octal 204 106 57 0 57 100 60 20 57 43
Binary 10000100 1000110 101111 0 101111 1000000 110000 10000 101111 100011

Color Harmonies of #84462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84462F

Black with #84462F

Text Example


Text Example

White with #84462F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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