Html Css Color HEX #994A33 Rock Spray

📋 copy color: '#994A33'

red 153 ◦ green 74 ◦ blue 51

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

Shades of Rock Spray #994A33

Tints of Rock Spray #994A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.35%

R = 55.04%
G = 26.62%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#994A33 (or 0x994A33) is known color: Rock Spray. HEX triplet: 99, 4A and 33. RGB value is (153,74,51). Sum of RGB (Red+Green+Blue) = 153+74+51=278 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.04% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 153 - color contains mainly: red. Hex color #994A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994A33 is #66B5CC. Grayscale: #5F5F5F. Windows color (decimal): -6731213 or 3361433. OLE color: 3361433.

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

Color convert

RGB 153 74 51 -
CMYK 0 0.52 0.67 0.4
HSL 13.53º 0.5% 0.4% -
HSV(B) 13.53º 0.67% 0.6% -
XYZ 16.18 11.91 4.58 -
YUV 95 103.17 169.37 -
System Red Green Blue C M Y K H S L
Decimal 153 74 51 0 0.52 0.67 0.4 13.53 0.5 0.4
Hex 99 4A 33 0 34 43 28 E 32 28
Octal 231 112 63 0 64 103 50 16 62 50
Binary 10011001 1001010 110011 0 110100 1000011 101000 1110 110010 101000

Color Harmonies of #994A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994A33

Black with #994A33

Text Example


Text Example

White with #994A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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