Html Css Color HEX #994F36 Piper

📋 copy color: '#994F36'

red 153 ◦ green 79 ◦ blue 54

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

Shades of Piper #994F36

Tints of Piper #994F36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.88%

R = 53.5%
G = 27.62%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#994F36 (or 0x994F36) is known color: Piper. HEX triplet: 99, 4F and 36. RGB value is (153,79,54). Sum of RGB (Red+Green+Blue) = 153+79+54=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #994F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994F36 is #66B0C9. Grayscale: #626262. Windows color (decimal): -6729930 or 3559321. OLE color: 3559321.

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

Color convert

RGB 153 79 54 -
CMYK 0 0.48 0.65 0.4
HSL 15.15º 0.48% 0.41% -
HSV(B) 15.15º 0.65% 0.6% -
XYZ 16.6 12.63 5.05 -
YUV 98.28 103.02 167.03 -
System Red Green Blue C M Y K H S L
Decimal 153 79 54 0 0.48 0.65 0.4 15.15 0.48 0.41
Hex 99 4F 36 0 30 41 28 F 30 29
Octal 231 117 66 0 60 101 50 17 60 51
Binary 10011001 1001111 110110 0 110000 1000001 101000 1111 110000 101001

Color Harmonies of #994F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994F36

Black with #994F36

Text Example


Text Example

White with #994F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,79,54); }

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

background-color css

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

 a { background-color: rgb(153,79,54); }

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

border-color css

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

 span { border-color: rgb(153,79,54); }

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