Html Css Color HEX #994831 Rock Spray

📋 copy color: '#994831'

red 153 ◦ green 72 ◦ blue 49

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

Shades of Rock Spray #994831

Tints of Rock Spray #994831

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.28%

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

R = 55.84%
G = 26.28%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#994831 (or 0x994831) is known color: Rock Spray. HEX triplet: 99, 48 and 31. RGB value is (153,72,49). Sum of RGB (Red+Green+Blue) = 153+72+49=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 49 (19.53% from 255 or 17.88% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #994831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994831 is #66B7CE. Grayscale: #5D5D5D. Windows color (decimal): -6731727 or 3229849. OLE color: 3229849.

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

Color convert

RGB 153 72 49 -
CMYK 0 0.53 0.68 0.4
HSL 13.27º 0.51% 0.4% -
HSV(B) 13.27º 0.68% 0.6% -
XYZ 16.01 11.63 4.31 -
YUV 93.6 102.84 170.37 -
System Red Green Blue C M Y K H S L
Decimal 153 72 49 0 0.53 0.68 0.4 13.27 0.51 0.4
Hex 99 48 31 0 35 44 28 D 33 28
Octal 231 110 61 0 65 104 50 15 63 50
Binary 10011001 1001000 110001 0 110101 1000100 101000 1101 110011 101000

Color Harmonies of #994831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994831

Black with #994831

Text Example


Text Example

White with #994831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994831; }

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

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

background-color css

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

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

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

border-color css

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

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

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