Html Css Color HEX #994523 Rock Spray

📋 copy color: '#994523'

red 153 ◦ green 69 ◦ blue 35

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

Shades of Rock Spray #994523

Tints of Rock Spray #994523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.62%

R = 59.53%
G = 26.85%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.4

RGB Variations

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

Color information

#994523 (or 0x994523) is known color: Rock Spray. HEX triplet: 99, 45 and 23. RGB value is (153,69,35). Sum of RGB (Red+Green+Blue) = 153+69+35=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 35 (14.06% from 255 or 13.62% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #994523 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994523 is #66BADC. Grayscale: #5A5A5A. Windows color (decimal): -6732509 or 2311577. OLE color: 2311577.

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

Color convert

RGB 153 69 35 -
CMYK 0 0.55 0.77 0.4
HSL 17.29º 0.63% 0.37% -
HSV(B) 17.29º 0.77% 0.6% -
XYZ 15.57 11.15 2.92 -
YUV 90.24 96.83 172.76 -
System Red Green Blue C M Y K H S L
Decimal 153 69 35 0 0.55 0.77 0.4 17.29 0.63 0.37
Hex 99 45 23 0 37 4D 28 11 3F 25
Octal 231 105 43 0 67 115 50 21 77 45
Binary 10011001 1000101 100011 0 110111 1001101 101000 10001 111111 100101

Color Harmonies of #994523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994523

Black with #994523

Text Example


Text Example

White with #994523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994523; }

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

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

background-color css

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

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

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

border-color css

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

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

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