Html Css Color HEX #844332 Paarl

📋 copy color: '#844332'

red 132 ◦ green 67 ◦ blue 50

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

Shades of Paarl #844332

Tints of Paarl #844332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.08%

R = 53.01%
G = 26.91%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#844332 (or 0x844332) is known color: Paarl. HEX triplet: 84, 43 and 32. RGB value is (132,67,50). Sum of RGB (Red+Green+Blue) = 132+67+50=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #844332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844332 is #7BBCCD. Grayscale: #545454. Windows color (decimal): -8109262 or 3294084. OLE color: 3294084.

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

Color convert

RGB 132 67 50 -
CMYK 0 0.49 0.62 0.48
HSL 12.44º 0.45% 0.36% -
HSV(B) 12.44º 0.62% 0.52% -
XYZ 12.1 9.15 4.15 -
YUV 84.5 108.53 161.88 -
System Red Green Blue C M Y K H S L
Decimal 132 67 50 0 0.49 0.62 0.48 12.44 0.45 0.36
Hex 84 43 32 0 31 3E 30 C 2D 24
Octal 204 103 62 0 61 76 60 14 55 44
Binary 10000100 1000011 110010 0 110001 111110 110000 1100 101101 100100

Color Harmonies of #844332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844332

Black with #844332

Text Example


Text Example

White with #844332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844332; }

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

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

background-color css

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

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

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

border-color css

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

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

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