Html Css Color HEX #994935 Rock Spray

📋 copy color: '#994935'

red 153 ◦ green 73 ◦ blue 53

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

Shades of Rock Spray #994935

Tints of Rock Spray #994935

RGB

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

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

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

R = 54.84%
G = 26.16%
B = 19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#994935 (or 0x994935) is known color: Rock Spray. HEX triplet: 99, 49 and 35. RGB value is (153,73,53). Sum of RGB (Red+Green+Blue) = 153+73+53=279 (36% of max value = 765). Red value is 153 (60.16% from 255 or 54.84% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 153 - color contains mainly: red. Hex color #994935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994935 is #66B6CA. Grayscale: #5E5E5E. Windows color (decimal): -6731467 or 3492249. OLE color: 3492249.

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

Color convert

RGB 153 73 53 -
CMYK 0 0.52 0.65 0.4
HSL 12º 0.49% 0.4% -
HSV(B) 12º 0.65% 0.6% -
XYZ 16.16 11.79 4.79 -
YUV 94.64 104.5 169.63 -
System Red Green Blue C M Y K H S L
Decimal 153 73 53 0 0.52 0.65 0.4 12 0.49 0.4
Hex 99 49 35 0 34 41 28 C 31 28
Octal 231 111 65 0 64 101 50 14 61 50
Binary 10011001 1001001 110101 0 110100 1000001 101000 1100 110001 101000

Color Harmonies of #994935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994935

Black with #994935

Text Example


Text Example

White with #994935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994935; }

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

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

background-color css

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

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

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

border-color css

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

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

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