Html Css Color HEX #994524 Rock Spray

📋 copy color: '#994524'

red 153 ◦ green 69 ◦ blue 36

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

Shades of Rock Spray #994524

Tints of Rock Spray #994524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.95%

R = 59.3%
G = 26.74%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#994524 (or 0x994524) is known color: Rock Spray. HEX triplet: 99, 45 and 24. RGB value is (153,69,36). Sum of RGB (Red+Green+Blue) = 153+69+36=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 36 (14.45% from 255 or 13.95% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #994524 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994524 is #66BADB. Grayscale: #5A5A5A. Windows color (decimal): -6732508 or 2377113. OLE color: 2377113.

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

Color convert

RGB 153 69 36 -
CMYK 0 0.55 0.76 0.4
HSL 16.92º 0.62% 0.37% -
HSV(B) 16.92º 0.76% 0.6% -
XYZ 15.58 11.16 3 -
YUV 90.35 97.33 172.68 -
System Red Green Blue C M Y K H S L
Decimal 153 69 36 0 0.55 0.76 0.4 16.92 0.62 0.37
Hex 99 45 24 0 37 4C 28 11 3E 25
Octal 231 105 44 0 67 114 50 21 76 45
Binary 10011001 1000101 100100 0 110111 1001100 101000 10001 111110 100101

Color Harmonies of #994524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994524

Black with #994524

Text Example


Text Example

White with #994524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994524; }

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

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

background-color css

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

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

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

border-color css

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

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

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