Html Css Color HEX #994421 Rock Spray

📋 copy color: '#994421'

red 153 ◦ green 68 ◦ blue 33

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

Shades of Rock Spray #994421

Tints of Rock Spray #994421

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.77%

 BLUE value IS 33 (13.28% from 255) = 12.99%

R = 60.24%
G = 26.77%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#994421 (or 0x994421) is known color: Rock Spray. HEX triplet: 99, 44 and 21. RGB value is (153,68,33). Sum of RGB (Red+Green+Blue) = 153+68+33=254 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.24% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 153 - color contains mainly: red. Hex color #994421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994421 is #66BBDE. Grayscale: #595959. Windows color (decimal): -6732767 or 2180249. OLE color: 2180249.

HSL color Cylindrical-coordinate representation of color #994421: hue angle of 17.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #994421 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 68 33 -
CMYK 0 0.56 0.78 0.4
HSL 17.5º 0.65% 0.36% -
HSV(B) 17.5º 0.78% 0.6% -
XYZ 15.48 11.02 2.75 -
YUV 89.43 96.16 173.35 -
System Red Green Blue C M Y K H S L
Decimal 153 68 33 0 0.56 0.78 0.4 17.5 0.65 0.36
Hex 99 44 21 0 38 4E 28 12 41 24
Octal 231 104 41 0 70 116 50 22 101 44
Binary 10011001 1000100 100001 0 111000 1001110 101000 10010 1000001 100100

Color Harmonies of #994421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994421

Black with #994421

Text Example


Text Example

White with #994421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994421; }

 p { color: rgb(153,68,33); }

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

background-color css

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

 a { background-color: rgb(153,68,33); }

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

border-color css

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

 span { border-color: rgb(153,68,33); }

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