Html Css Color HEX #9D3A19 Rock Spray

📋 copy color: '#9D3A19'

red 157 ◦ green 58 ◦ blue 25

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

Shades of Rock Spray #9D3A19

Tints of Rock Spray #9D3A19

RGB

 RED value IS 157 (61.72% from 255) = 65.42%

 GREEN value IS 58 (23.05% from 255) = 24.17%

 BLUE value IS 25 (10.16% from 255) = 10.42%

R = 65.42%
G = 24.17%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9D3A19 (or 0x9D3A19) is known color: Rock Spray. HEX triplet: 9D, 3A and 19. RGB value is (157,58,25). Sum of RGB (Red+Green+Blue) = 157+58+25=240 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.42% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 25 (10.16% from 255 or 10.42% from 240); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D3A19 is #62C5E6. Grayscale: #545454. Windows color (decimal): -6473191 or 1653405. OLE color: 1653405.

HSL color Cylindrical-coordinate representation of color #9D3A19: hue angle of 15º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9D3A19 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 58 25 -
CMYK 0 0.63 0.84 0.38
HSL 15º 0.73% 0.36% -
HSV(B) 15º 0.84% 0.62% -
XYZ 15.59 10.26 2.08 -
YUV 83.84 94.8 180.18 -
System Red Green Blue C M Y K H S L
Decimal 157 58 25 0 0.63 0.84 0.38 15 0.73 0.36
Hex 9D 3A 19 0 3F 54 26 F 49 24
Octal 235 72 31 0 77 124 46 17 111 44
Binary 10011101 111010 11001 0 111111 1010100 100110 1111 1001001 100100

Color Harmonies of #9D3A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3A19

Black with #9D3A19

Text Example


Text Example

White with #9D3A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D3A19; }

 p { color: rgb(157,58,25); }

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

background-color css

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

 a { background-color: rgb(157,58,25); }

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

border-color css

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

 span { border-color: rgb(157,58,25); }

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