Html Css Color HEX #994A31 Rock Spray

📋 copy color: '#994A31'

red 153 ◦ green 74 ◦ blue 49

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

Shades of Rock Spray #994A31

Tints of Rock Spray #994A31

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.81%

 BLUE value IS 49 (19.53% from 255) = 17.75%

R = 55.43%
G = 26.81%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#994A31 (or 0x994A31) is known color: Rock Spray. HEX triplet: 99, 4A and 31. RGB value is (153,74,49). Sum of RGB (Red+Green+Blue) = 153+74+49=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #994A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994A31 is #66B5CE. Grayscale: #5E5E5E. Windows color (decimal): -6731215 or 3230361. OLE color: 3230361.

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

Color convert

RGB 153 74 49 -
CMYK 0 0.52 0.68 0.4
HSL 14.42º 0.51% 0.4% -
HSV(B) 14.42º 0.68% 0.6% -
XYZ 16.14 11.89 4.35 -
YUV 94.77 102.17 169.53 -
System Red Green Blue C M Y K H S L
Decimal 153 74 49 0 0.52 0.68 0.4 14.42 0.51 0.4
Hex 99 4A 31 0 34 44 28 E 33 28
Octal 231 112 61 0 64 104 50 16 63 50
Binary 10011001 1001010 110001 0 110100 1000100 101000 1110 110011 101000

Color Harmonies of #994A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994A31

Black with #994A31

Text Example


Text Example

White with #994A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,74,49); }

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

background-color css

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

 a { background-color: rgb(153,74,49); }

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

border-color css

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

 span { border-color: rgb(153,74,49); }

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