Html Css Color HEX #9F2B25 Brown

📋 copy color: '#9F2B25'

red 159 ◦ green 43 ◦ blue 37

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

Shades of Brown #9F2B25

Tints of Brown #9F2B25

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.99%

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

R = 66.53%
G = 17.99%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.38

RGB Variations

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

Color information

#9F2B25 (or 0x9F2B25) is known color: Brown. HEX triplet: 9F, 2B and 25. RGB value is (159,43,37). Sum of RGB (Red+Green+Blue) = 159+43+37=239 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.53% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 37 (14.84% from 255 or 15.48% from 239); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2B25 is #60D4DA. Grayscale: #4D4D4D. Windows color (decimal): -6345947 or 2435999. OLE color: 2435999.

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

Color convert

RGB 159 43 37 -
CMYK 0 0.73 0.77 0.38
HSL 2.95º 0.62% 0.38% -
HSV(B) 2.95º 0.77% 0.62% -
XYZ 15.5 9.23 2.72 -
YUV 77 105.43 186.49 -
System Red Green Blue C M Y K H S L
Decimal 159 43 37 0 0.73 0.77 0.38 2.95 0.62 0.38
Hex 9F 2B 25 0 49 4D 26 3 3E 26
Octal 237 53 45 0 111 115 46 3 76 46
Binary 10011111 101011 100101 0 1001001 1001101 100110 11 111110 100110

Color Harmonies of #9F2B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2B25

Black with #9F2B25

Text Example


Text Example

White with #9F2B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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