Html Css Color HEX #994934 Rock Spray

📋 copy color: '#994934'

red 153 ◦ green 73 ◦ blue 52

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

Shades of Rock Spray #994934

Tints of Rock Spray #994934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.71%

R = 55.04%
G = 26.26%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.4

RGB Variations

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

Color information

#994934 (or 0x994934) is known color: Rock Spray. HEX triplet: 99, 49 and 34. RGB value is (153,73,52). Sum of RGB (Red+Green+Blue) = 153+73+52=278 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.04% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 153 - color contains mainly: red. Hex color #994934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994934 is #66B6CB. Grayscale: #5E5E5E. Windows color (decimal): -6731468 or 3426713. OLE color: 3426713.

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

Color convert

RGB 153 73 52 -
CMYK 0 0.52 0.66 0.4
HSL 12.48º 0.49% 0.4% -
HSV(B) 12.48º 0.66% 0.6% -
XYZ 16.14 11.79 4.67 -
YUV 94.53 104 169.71 -
System Red Green Blue C M Y K H S L
Decimal 153 73 52 0 0.52 0.66 0.4 12.48 0.49 0.4
Hex 99 49 34 0 34 42 28 C 31 28
Octal 231 111 64 0 64 102 50 14 61 50
Binary 10011001 1001001 110100 0 110100 1000010 101000 1100 110001 101000

Color Harmonies of #994934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994934

Black with #994934

Text Example


Text Example

White with #994934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994934; }

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

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

background-color css

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

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

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

border-color css

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

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

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