Html Css Color HEX #9F3E23 Rock Spray

📋 copy color: '#9F3E23'

red 159 ◦ green 62 ◦ blue 35

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

Shades of Rock Spray #9F3E23

Tints of Rock Spray #9F3E23

RGB

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

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

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

R = 62.11%
G = 24.22%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.38

RGB Variations

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

Color information

#9F3E23 (or 0x9F3E23) is known color: Rock Spray. HEX triplet: 9F, 3E and 23. RGB value is (159,62,35). Sum of RGB (Red+Green+Blue) = 159+62+35=256 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.11% from 256); Green value is 62 (24.61% from 255 or 24.22% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3E23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3E23 is #60C1DC. Grayscale: #585858. Windows color (decimal): -6341085 or 2309791. OLE color: 2309791.

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

Color convert

RGB 159 62 35 -
CMYK 0 0.61 0.78 0.38
HSL 13.06º 0.64% 0.38% -
HSV(B) 13.06º 0.78% 0.62% -
XYZ 16.32 10.94 2.84 -
YUV 87.93 98.14 178.7 -
System Red Green Blue C M Y K H S L
Decimal 159 62 35 0 0.61 0.78 0.38 13.06 0.64 0.38
Hex 9F 3E 23 0 3D 4E 26 D 40 26
Octal 237 76 43 0 75 116 46 15 100 46
Binary 10011111 111110 100011 0 111101 1001110 100110 1101 1000000 100110

Color Harmonies of #9F3E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3E23

Black with #9F3E23

Text Example


Text Example

White with #9F3E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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