Html Css Color HEX #84432D Paarl

📋 copy color: '#84432D'

red 132 ◦ green 67 ◦ blue 45

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

Shades of Paarl #84432D

Tints of Paarl #84432D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.46%

 BLUE value IS 45 (17.97% from 255) = 18.44%

R = 54.1%
G = 27.46%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#84432D (or 0x84432D) is known color: Paarl. HEX triplet: 84, 43 and 2D. RGB value is (132,67,45). Sum of RGB (Red+Green+Blue) = 132+67+45=244 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.10% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 132 - color contains mainly: red. Hex color #84432D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84432D is #7BBCD2. Grayscale: #545454. Windows color (decimal): -8109267 or 2966404. OLE color: 2966404.

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

Color convert

RGB 132 67 45 -
CMYK 0 0.49 0.66 0.48
HSL 15.17º 0.49% 0.35% -
HSV(B) 15.17º 0.66% 0.52% -
XYZ 12 9.11 3.61 -
YUV 83.93 106.03 162.29 -
System Red Green Blue C M Y K H S L
Decimal 132 67 45 0 0.49 0.66 0.48 15.17 0.49 0.35
Hex 84 43 2D 0 31 42 30 F 31 23
Octal 204 103 55 0 61 102 60 17 61 43
Binary 10000100 1000011 101101 0 110001 1000010 110000 1111 110001 100011

Color Harmonies of #84432D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84432D

Black with #84432D

Text Example


Text Example

White with #84432D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84432D; }

 p { color: rgb(132,67,45); }

 H1.HeaderClassName
 {
   color: #84432D;
 }
 .AnyTagClassName
 {
   color: #84432D;
 }
</style>

background-color css

<style>
 a { background-color: #84432D; }

 a { background-color: rgb(132,67,45); }

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

border-color css

<style>
 span { border-color: #84432D; }

 span { border-color: rgb(132,67,45); }

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