Html Css Color HEX #84462E Paarl

📋 copy color: '#84462E'

red 132 ◦ green 70 ◦ blue 46

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

Shades of Paarl #84462E

Tints of Paarl #84462E

RGB

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

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

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

R = 53.23%
G = 28.23%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#84462E (or 0x84462E) is known color: Paarl. HEX triplet: 84, 46 and 2E. RGB value is (132,70,46). Sum of RGB (Red+Green+Blue) = 132+70+46=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 46 (18.36% from 255 or 18.55% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #84462E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84462E is #7BB9D1. Grayscale: #555555. Windows color (decimal): -8108498 or 3032708. OLE color: 3032708.

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

Color convert

RGB 132 70 46 -
CMYK 0 0.47 0.65 0.48
HSL 16.74º 0.48% 0.35% -
HSV(B) 16.74º 0.65% 0.52% -
XYZ 12.2 9.48 3.77 -
YUV 85.8 105.54 160.95 -
System Red Green Blue C M Y K H S L
Decimal 132 70 46 0 0.47 0.65 0.48 16.74 0.48 0.35
Hex 84 46 2E 0 2F 41 30 11 30 23
Octal 204 106 56 0 57 101 60 21 60 43
Binary 10000100 1000110 101110 0 101111 1000001 110000 10001 110000 100011

Color Harmonies of #84462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84462E

Black with #84462E

Text Example


Text Example

White with #84462E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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