Html Css Color HEX #994933 Rock Spray

📋 copy color: '#994933'

red 153 ◦ green 73 ◦ blue 51

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

Shades of Rock Spray #994933

Tints of Rock Spray #994933

RGB

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

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

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

R = 55.23%
G = 26.35%
B = 18.41%

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

#994933 (or 0x994933) is known color: Rock Spray. HEX triplet: 99, 49 and 33. RGB value is (153,73,51). Sum of RGB (Red+Green+Blue) = 153+73+51=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #994933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994933 is #66B6CC. Grayscale: #5E5E5E. Windows color (decimal): -6731469 or 3361177. OLE color: 3361177.

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

Color convert

RGB 153 73 51 -
CMYK 0 0.52 0.67 0.4
HSL 12.94º 0.5% 0.4% -
HSV(B) 12.94º 0.67% 0.6% -
XYZ 16.12 11.78 4.56 -
YUV 94.41 103.5 169.79 -
System Red Green Blue C M Y K H S L
Decimal 153 73 51 0 0.52 0.67 0.4 12.94 0.5 0.4
Hex 99 49 33 0 34 43 28 D 32 28
Octal 231 111 63 0 64 103 50 15 62 50
Binary 10011001 1001001 110011 0 110100 1000011 101000 1101 110010 101000

Color Harmonies of #994933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994933

Black with #994933

Text Example


Text Example

White with #994933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994933; }

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

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

background-color css

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

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

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

border-color css

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

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

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