Html Css Color HEX #994D37 Piper

📋 copy color: '#994D37'

red 153 ◦ green 77 ◦ blue 55

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

Shades of Piper #994D37

Tints of Piper #994D37

RGB

 RED value IS 153 (60.16% from 255) = 53.68%

 GREEN value IS 77 (30.47% from 255) = 27.02%

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

R = 53.68%
G = 27.02%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.4

RGB Variations

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

Color information

#994D37 (or 0x994D37) is known color: Piper. HEX triplet: 99, 4D and 37. RGB value is (153,77,55). Sum of RGB (Red+Green+Blue) = 153+77+55=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #994D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994D37 is #66B2C8. Grayscale: #616161. Windows color (decimal): -6730441 or 3624345. OLE color: 3624345.

HSL color Cylindrical-coordinate representation of color #994D37: hue angle of 13.47º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #994D37 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 77 55 -
CMYK 0 0.50 0.64 0.4
HSL 13.47º 0.47% 0.41% -
HSV(B) 13.47º 0.64% 0.6% -
XYZ 16.48 12.36 5.13 -
YUV 97.22 104.18 167.79 -
System Red Green Blue C M Y K H S L
Decimal 153 77 55 0 0.50 0.64 0.4 13.47 0.47 0.41
Hex 99 4D 37 0 32 40 28 D 2F 29
Octal 231 115 67 0 62 100 50 15 57 51
Binary 10011001 1001101 110111 0 110010 1000000 101000 1101 101111 101001

Color Harmonies of #994D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994D37

Black with #994D37

Text Example


Text Example

White with #994D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994D37; }

 p { color: rgb(153,77,55); }

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

background-color css

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

 a { background-color: rgb(153,77,55); }

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

border-color css

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

 span { border-color: rgb(153,77,55); }

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