Html Css Color HEX #84442C Paarl

📋 copy color: '#84442C'

red 132 ◦ green 68 ◦ blue 44

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

Shades of Paarl #84442C

Tints of Paarl #84442C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.87%

 BLUE value IS 44 (17.58% from 255) = 18.03%

R = 54.1%
G = 27.87%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#84442C (or 0x84442C) is known color: Paarl. HEX triplet: 84, 44 and 2C. RGB value is (132,68,44). Sum of RGB (Red+Green+Blue) = 132+68+44=244 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.10% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 132 - color contains mainly: red. Hex color #84442C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84442C is #7BBBD3. Grayscale: #545454. Windows color (decimal): -8109012 or 2901124. OLE color: 2901124.

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

Color convert

RGB 132 68 44 -
CMYK 0 0.48 0.67 0.48
HSL 16.36º 0.5% 0.35% -
HSV(B) 16.36º 0.67% 0.52% -
XYZ 12.04 9.22 3.53 -
YUV 84.4 105.2 161.95 -
System Red Green Blue C M Y K H S L
Decimal 132 68 44 0 0.48 0.67 0.48 16.36 0.5 0.35
Hex 84 44 2C 0 30 43 30 10 32 23
Octal 204 104 54 0 60 103 60 20 62 43
Binary 10000100 1000100 101100 0 110000 1000011 110000 10000 110010 100011

Color Harmonies of #84442C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84442C

Black with #84442C

Text Example


Text Example

White with #84442C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84442C; }

 p { color: rgb(132,68,44); }

 H1.HeaderClassName
 {
   color: #84442C;
 }
 .AnyTagClassName
 {
   color: #84442C;
 }
</style>

background-color css

<style>
 a { background-color: #84442C; }

 a { background-color: rgb(132,68,44); }

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

border-color css

<style>
 span { border-color: #84442C; }

 span { border-color: rgb(132,68,44); }

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