Html Css Color HEX #844F37 Paarl

📋 copy color: '#844F37'

red 132 ◦ green 79 ◦ blue 55

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

Shades of Paarl #844F37

Tints of Paarl #844F37

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.7%

 BLUE value IS 55 (21.88% from 255) = 20.68%

R = 49.62%
G = 29.7%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#844F37 (or 0x844F37) is known color: Paarl. HEX triplet: 84, 4F and 37. RGB value is (132,79,55). Sum of RGB (Red+Green+Blue) = 132+79+55=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 55 (21.88% from 255 or 20.68% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #844F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844F37 is #7BB0C8. Grayscale: #5C5C5C. Windows color (decimal): -8106185 or 3624836. OLE color: 3624836.

HSL color Cylindrical-coordinate representation of color #844F37: hue angle of 18.7º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #844F37 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 79 55 -
CMYK 0 0.40 0.58 0.48
HSL 18.7º 0.41% 0.37% -
HSV(B) 18.7º 0.58% 0.52% -
XYZ 13 10.77 5.01 -
YUV 92.11 107.06 156.45 -
System Red Green Blue C M Y K H S L
Decimal 132 79 55 0 0.40 0.58 0.48 18.7 0.41 0.37
Hex 84 4F 37 0 28 3A 30 13 29 25
Octal 204 117 67 0 50 72 60 23 51 45
Binary 10000100 1001111 110111 0 101000 111010 110000 10011 101001 100101

Color Harmonies of #844F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844F37

Black with #844F37

Text Example


Text Example

White with #844F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,79,55); }

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

background-color css

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

 a { background-color: rgb(132,79,55); }

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

border-color css

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

 span { border-color: rgb(132,79,55); }

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