Html Css Color HEX #994529 Rock Spray

📋 copy color: '#994529'

red 153 ◦ green 69 ◦ blue 41

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

Shades of Rock Spray #994529

Tints of Rock Spray #994529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.59%

R = 58.17%
G = 26.24%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#994529 (or 0x994529) is known color: Rock Spray. HEX triplet: 99, 45 and 29. RGB value is (153,69,41). Sum of RGB (Red+Green+Blue) = 153+69+41=263 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.17% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 153 - color contains mainly: red. Hex color #994529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994529 is #66BAD6. Grayscale: #5B5B5B. Windows color (decimal): -6732503 or 2704793. OLE color: 2704793.

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

Color convert

RGB 153 69 41 -
CMYK 0 0.55 0.73 0.4
HSL 15º 0.58% 0.38% -
HSV(B) 15º 0.73% 0.6% -
XYZ 15.67 11.19 3.43 -
YUV 90.92 99.83 172.28 -
System Red Green Blue C M Y K H S L
Decimal 153 69 41 0 0.55 0.73 0.4 15 0.58 0.38
Hex 99 45 29 0 37 49 28 F 3A 26
Octal 231 105 51 0 67 111 50 17 72 46
Binary 10011001 1000101 101001 0 110111 1001001 101000 1111 111010 100110

Color Harmonies of #994529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994529

Black with #994529

Text Example


Text Example

White with #994529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994529; }

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

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

background-color css

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

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

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

border-color css

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

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

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