Html Css Color HEX #9E3A25 Rock Spray

📋 copy color: '#9E3A25'

red 158 ◦ green 58 ◦ blue 37

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

Shades of Rock Spray #9E3A25

Tints of Rock Spray #9E3A25

RGB

 RED value IS 158 (62.11% from 255) = 62.45%

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

 BLUE value IS 37 (14.84% from 255) = 14.62%

R = 62.45%
G = 22.92%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.38

RGB Variations

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

Color information

#9E3A25 (or 0x9E3A25) is known color: Rock Spray. HEX triplet: 9E, 3A and 25. RGB value is (158,58,37). Sum of RGB (Red+Green+Blue) = 158+58+37=253 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.45% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 37 (14.84% from 255 or 14.62% from 253); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3A25 is #61C5DA. Grayscale: #555555. Windows color (decimal): -6407643 or 2439838. OLE color: 2439838.

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

Color convert

RGB 158 58 37 -
CMYK 0 0.63 0.77 0.38
HSL 10.41º 0.62% 0.38% -
HSV(B) 10.41º 0.77% 0.62% -
XYZ 15.95 10.43 2.92 -
YUV 85.51 100.63 179.71 -
System Red Green Blue C M Y K H S L
Decimal 158 58 37 0 0.63 0.77 0.38 10.41 0.62 0.38
Hex 9E 3A 25 0 3F 4D 26 A 3E 26
Octal 236 72 45 0 77 115 46 12 76 46
Binary 10011110 111010 100101 0 111111 1001101 100110 1010 111110 100110

Color Harmonies of #9E3A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3A25

Black with #9E3A25

Text Example


Text Example

White with #9E3A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,58,37); }

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

background-color css

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

 a { background-color: rgb(158,58,37); }

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

border-color css

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

 span { border-color: rgb(158,58,37); }

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