Html Css Color HEX #994F32 Piper

📋 copy color: '#994F32'

red 153 ◦ green 79 ◦ blue 50

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

Shades of Piper #994F32

Tints of Piper #994F32

RGB

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

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

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

R = 54.26%
G = 28.01%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#994F32 (or 0x994F32) is known color: Piper. HEX triplet: 99, 4F and 32. RGB value is (153,79,50). Sum of RGB (Red+Green+Blue) = 153+79+50=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #994F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994F32 is #66B0CD. Grayscale: #626262. Windows color (decimal): -6729934 or 3297177. OLE color: 3297177.

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

Color convert

RGB 153 79 50 -
CMYK 0 0.48 0.67 0.4
HSL 16.89º 0.51% 0.4% -
HSV(B) 16.89º 0.67% 0.6% -
XYZ 16.51 12.59 4.58 -
YUV 97.82 101.02 167.36 -
System Red Green Blue C M Y K H S L
Decimal 153 79 50 0 0.48 0.67 0.4 16.89 0.51 0.4
Hex 99 4F 32 0 30 43 28 11 33 28
Octal 231 117 62 0 60 103 50 21 63 50
Binary 10011001 1001111 110010 0 110000 1000011 101000 10001 110011 101000

Color Harmonies of #994F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994F32

Black with #994F32

Text Example


Text Example

White with #994F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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