Html Css Color HEX #994931 Rock Spray

📋 copy color: '#994931'

red 153 ◦ green 73 ◦ blue 49

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

Shades of Rock Spray #994931

Tints of Rock Spray #994931

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.55%

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

R = 55.64%
G = 26.55%
B = 17.82%

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

#994931 (or 0x994931) is known color: Rock Spray. HEX triplet: 99, 49 and 31. RGB value is (153,73,49). Sum of RGB (Red+Green+Blue) = 153+73+49=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #994931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994931 is #66B6CE. Grayscale: #5E5E5E. Windows color (decimal): -6731471 or 3230105. OLE color: 3230105.

HSL color Cylindrical-coordinate representation of color #994931: hue angle of 13.85º 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 #994931 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 73 49 -
CMYK 0 0.52 0.68 0.4
HSL 13.85º 0.51% 0.4% -
HSV(B) 13.85º 0.68% 0.6% -
XYZ 16.07 11.76 4.33 -
YUV 94.18 102.5 169.95 -
System Red Green Blue C M Y K H S L
Decimal 153 73 49 0 0.52 0.68 0.4 13.85 0.51 0.4
Hex 99 49 31 0 34 44 28 E 33 28
Octal 231 111 61 0 64 104 50 16 63 50
Binary 10011001 1001001 110001 0 110100 1000100 101000 1110 110011 101000

Color Harmonies of #994931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994931

Black with #994931

Text Example


Text Example

White with #994931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994931; }

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

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

background-color css

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

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

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

border-color css

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

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

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