Html Css Color HEX #994C35 Piper

📋 copy color: '#994C35'

red 153 ◦ green 76 ◦ blue 53

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

Shades of Piper #994C35

Tints of Piper #994C35

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.95%

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

R = 54.26%
G = 26.95%
B = 18.79%

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

#994C35 (or 0x994C35) is known color: Piper. HEX triplet: 99, 4C and 35. RGB value is (153,76,53). Sum of RGB (Red+Green+Blue) = 153+76+53=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #994C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994C35 is #66B3CA. Grayscale: #606060. Windows color (decimal): -6730699 or 3493017. OLE color: 3493017.

HSL color Cylindrical-coordinate representation of color #994C35: hue angle of 13.8º 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 #994C35 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 76 53 -
CMYK 0 0.50 0.65 0.4
HSL 13.8º 0.49% 0.4% -
HSV(B) 13.8º 0.65% 0.6% -
XYZ 16.36 12.2 4.86 -
YUV 96.4 103.51 168.37 -
System Red Green Blue C M Y K H S L
Decimal 153 76 53 0 0.50 0.65 0.4 13.8 0.49 0.4
Hex 99 4C 35 0 32 41 28 E 31 28
Octal 231 114 65 0 62 101 50 16 61 50
Binary 10011001 1001100 110101 0 110010 1000001 101000 1110 110001 101000

Color Harmonies of #994C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994C35

Black with #994C35

Text Example


Text Example

White with #994C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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