Html Css Color HEX #994522 Rock Spray

📋 copy color: '#994522'

red 153 ◦ green 69 ◦ blue 34

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

Shades of Rock Spray #994522

Tints of Rock Spray #994522

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.95%

 BLUE value IS 34 (13.67% from 255) = 13.28%

R = 59.77%
G = 26.95%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#994522 (or 0x994522) is known color: Rock Spray. HEX triplet: 99, 45 and 22. RGB value is (153,69,34). Sum of RGB (Red+Green+Blue) = 153+69+34=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 34 (13.67% from 255 or 13.28% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #994522 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994522 is #66BADD. Grayscale: #5A5A5A. Windows color (decimal): -6732510 or 2246041. OLE color: 2246041.

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

Color convert

RGB 153 69 34 -
CMYK 0 0.55 0.78 0.4
HSL 17.65º 0.64% 0.37% -
HSV(B) 17.65º 0.78% 0.6% -
XYZ 15.55 11.14 2.84 -
YUV 90.13 96.33 172.85 -
System Red Green Blue C M Y K H S L
Decimal 153 69 34 0 0.55 0.78 0.4 17.65 0.64 0.37
Hex 99 45 22 0 37 4E 28 12 40 25
Octal 231 105 42 0 67 116 50 22 100 45
Binary 10011001 1000101 100010 0 110111 1001110 101000 10010 1000000 100101

Color Harmonies of #994522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994522

Black with #994522

Text Example


Text Example

White with #994522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994522; }

 p { color: rgb(153,69,34); }

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

background-color css

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

 a { background-color: rgb(153,69,34); }

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

border-color css

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

 span { border-color: rgb(153,69,34); }

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