Html Css Color HEX #844B32 Paarl

📋 copy color: '#844B32'

red 132 ◦ green 75 ◦ blue 50

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

Shades of Paarl #844B32

Tints of Paarl #844B32

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.18%

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

R = 51.36%
G = 29.18%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#844B32 (or 0x844B32) is known color: Paarl. HEX triplet: 84, 4B and 32. RGB value is (132,75,50). Sum of RGB (Red+Green+Blue) = 132+75+50=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #844B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844B32 is #7BB4CD. Grayscale: #595959. Windows color (decimal): -8107214 or 3296132. OLE color: 3296132.

HSL color Cylindrical-coordinate representation of color #844B32: hue angle of 18.29º 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 #844B32 is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 75 50 -
CMYK 0 0.43 0.62 0.48
HSL 18.29º 0.45% 0.36% -
HSV(B) 18.29º 0.62% 0.52% -
XYZ 12.61 10.17 4.32 -
YUV 89.19 105.88 158.53 -
System Red Green Blue C M Y K H S L
Decimal 132 75 50 0 0.43 0.62 0.48 18.29 0.45 0.36
Hex 84 4B 32 0 2B 3E 30 12 2D 24
Octal 204 113 62 0 53 76 60 22 55 44
Binary 10000100 1001011 110010 0 101011 111110 110000 10010 101101 100100

Color Harmonies of #844B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844B32

Black with #844B32

Text Example


Text Example

White with #844B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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