Html Css Color HEX #844632 Paarl

📋 copy color: '#844632'

red 132 ◦ green 70 ◦ blue 50

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

Shades of Paarl #844632

Tints of Paarl #844632

RGB

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

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

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

R = 52.38%
G = 27.78%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#844632 (or 0x844632) is known color: Paarl. HEX triplet: 84, 46 and 32. RGB value is (132,70,50). Sum of RGB (Red+Green+Blue) = 132+70+50=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #844632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844632 is #7BB9CD. Grayscale: #565656. Windows color (decimal): -8108494 or 3294852. OLE color: 3294852.

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

Color convert

RGB 132 70 50 -
CMYK 0 0.47 0.62 0.48
HSL 14.63º 0.45% 0.36% -
HSV(B) 14.63º 0.62% 0.52% -
XYZ 12.28 9.52 4.21 -
YUV 86.26 107.54 160.63 -
System Red Green Blue C M Y K H S L
Decimal 132 70 50 0 0.47 0.62 0.48 14.63 0.45 0.36
Hex 84 46 32 0 2F 3E 30 F 2D 24
Octal 204 106 62 0 57 76 60 17 55 44
Binary 10000100 1000110 110010 0 101111 111110 110000 1111 101101 100100

Color Harmonies of #844632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844632

Black with #844632

Text Example


Text Example

White with #844632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844632; }

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

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

background-color css

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

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

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

border-color css

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

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

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