Html Css Color HEX #994C34 Piper

📋 copy color: '#994C34'

red 153 ◦ green 76 ◦ blue 52

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

Shades of Piper #994C34

Tints of Piper #994C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.51%

R = 54.45%
G = 27.05%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.4

RGB Variations

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

Color information

#994C34 (or 0x994C34) is known color: Piper. HEX triplet: 99, 4C and 34. RGB value is (153,76,52). Sum of RGB (Red+Green+Blue) = 153+76+52=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #994C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994C34 is #66B3CB. Grayscale: #606060. Windows color (decimal): -6730700 or 3427481. OLE color: 3427481.

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

Color convert

RGB 153 76 52 -
CMYK 0 0.50 0.66 0.4
HSL 14.26º 0.49% 0.4% -
HSV(B) 14.26º 0.66% 0.6% -
XYZ 16.34 12.19 4.74 -
YUV 96.29 103.01 168.45 -
System Red Green Blue C M Y K H S L
Decimal 153 76 52 0 0.50 0.66 0.4 14.26 0.49 0.4
Hex 99 4C 34 0 32 42 28 E 31 28
Octal 231 114 64 0 62 102 50 16 61 50
Binary 10011001 1001100 110100 0 110010 1000010 101000 1110 110001 101000

Color Harmonies of #994C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994C34

Black with #994C34

Text Example


Text Example

White with #994C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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