Html Css Color HEX #9F3E25 Rock Spray

📋 copy color: '#9F3E25'

red 159 ◦ green 62 ◦ blue 37

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

Shades of Rock Spray #9F3E25

Tints of Rock Spray #9F3E25

RGB

 RED value IS 159 (62.5% from 255) = 61.63%

 GREEN value IS 62 (24.61% from 255) = 24.03%

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

R = 61.63%
G = 24.03%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.77

 K value IS 0.38

RGB Variations

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

Color information

#9F3E25 (or 0x9F3E25) is known color: Rock Spray. HEX triplet: 9F, 3E and 25. RGB value is (159,62,37). Sum of RGB (Red+Green+Blue) = 159+62+37=258 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.63% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3E25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3E25 is #60C1DA. Grayscale: #585858. Windows color (decimal): -6341083 or 2440863. OLE color: 2440863.

HSL color Cylindrical-coordinate representation of color #9F3E25: hue angle of 12.3º 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 #9F3E25 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 62 37 -
CMYK 0 0.61 0.77 0.38
HSL 12.3º 0.62% 0.38% -
HSV(B) 12.3º 0.77% 0.62% -
XYZ 16.35 10.95 3 -
YUV 88.15 99.14 178.53 -
System Red Green Blue C M Y K H S L
Decimal 159 62 37 0 0.61 0.77 0.38 12.3 0.62 0.38
Hex 9F 3E 25 0 3D 4D 26 C 3E 26
Octal 237 76 45 0 75 115 46 14 76 46
Binary 10011111 111110 100101 0 111101 1001101 100110 1100 111110 100110

Color Harmonies of #9F3E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3E25

Black with #9F3E25

Text Example


Text Example

White with #9F3E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,62,37); }

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

background-color css

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

 a { background-color: rgb(159,62,37); }

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

border-color css

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

 span { border-color: rgb(159,62,37); }

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