Html Css Color HEX #994D35 Piper

📋 copy color: '#994D35'

red 153 ◦ green 77 ◦ blue 53

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

Shades of Piper #994D35

Tints of Piper #994D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.73%

R = 54.06%
G = 27.21%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#994D35 (or 0x994D35) is known color: Piper. HEX triplet: 99, 4D and 35. RGB value is (153,77,53). Sum of RGB (Red+Green+Blue) = 153+77+53=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #994D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994D35 is #66B2CA. Grayscale: #616161. Windows color (decimal): -6730443 or 3493273. OLE color: 3493273.

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

Color convert

RGB 153 77 53 -
CMYK 0 0.50 0.65 0.4
HSL 14.4º 0.49% 0.4% -
HSV(B) 14.4º 0.65% 0.6% -
XYZ 16.43 12.34 4.88 -
YUV 96.99 103.18 167.95 -
System Red Green Blue C M Y K H S L
Decimal 153 77 53 0 0.50 0.65 0.4 14.4 0.49 0.4
Hex 99 4D 35 0 32 41 28 E 31 28
Octal 231 115 65 0 62 101 50 16 61 50
Binary 10011001 1001101 110101 0 110010 1000001 101000 1110 110001 101000

Color Harmonies of #994D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994D35

Black with #994D35

Text Example


Text Example

White with #994D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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