Html Css Color HEX #9F2925 Brown

📋 copy color: '#9F2925'

red 159 ◦ green 41 ◦ blue 37

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

Shades of Brown #9F2925

Tints of Brown #9F2925

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.3%

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

R = 67.09%
G = 17.3%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.38

RGB Variations

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

Color information

#9F2925 (or 0x9F2925) is known color: Brown. HEX triplet: 9F, 29 and 25. RGB value is (159,41,37). Sum of RGB (Red+Green+Blue) = 159+41+37=237 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.09% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2925 is #60D6DA. Grayscale: #4B4B4B. Windows color (decimal): -6346459 or 2435487. OLE color: 2435487.

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

Color convert

RGB 159 41 37 -
CMYK 0 0.74 0.77 0.38
HSL 1.97º 0.62% 0.38% -
HSV(B) 1.97º 0.77% 0.62% -
XYZ 15.42 9.09 2.69 -
YUV 75.83 106.09 187.33 -
System Red Green Blue C M Y K H S L
Decimal 159 41 37 0 0.74 0.77 0.38 1.97 0.62 0.38
Hex 9F 29 25 0 4A 4D 26 2 3E 26
Octal 237 51 45 0 112 115 46 2 76 46
Binary 10011111 101001 100101 0 1001010 1001101 100110 10 111110 100110

Color Harmonies of #9F2925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2925

Black with #9F2925

Text Example


Text Example

White with #9F2925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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