Html Css Color HEX #9F261C Brown

📋 copy color: '#9F261C'

red 159 ◦ green 38 ◦ blue 28

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

Shades of Brown #9F261C

Tints of Brown #9F261C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.89%

 BLUE value IS 28 (11.33% from 255) = 12.44%

R = 70.67%
G = 16.89%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9F261C (or 0x9F261C) is known color: Brown. HEX triplet: 9F, 26 and 1C. RGB value is (159,38,28). Sum of RGB (Red+Green+Blue) = 159+38+28=225 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.67% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 159 - color contains mainly: red. Hex color #9F261C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F261C is #60D9E3. Grayscale: #494949. Windows color (decimal): -6347236 or 1844895. OLE color: 1844895.

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

Color convert

RGB 159 38 28 -
CMYK 0 0.76 0.82 0.38
HSL 4.58º 0.7% 0.37% -
HSV(B) 4.58º 0.82% 0.62% -
XYZ 15.2 8.84 2 -
YUV 73.04 102.59 189.31 -
System Red Green Blue C M Y K H S L
Decimal 159 38 28 0 0.76 0.82 0.38 4.58 0.7 0.37
Hex 9F 26 1C 0 4C 52 26 5 46 25
Octal 237 46 34 0 114 122 46 5 106 45
Binary 10011111 100110 11100 0 1001100 1010010 100110 101 1000110 100101

Color Harmonies of #9F261C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F261C

Black with #9F261C

Text Example


Text Example

White with #9F261C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,38,28); }

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

background-color css

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

 a { background-color: rgb(159,38,28); }

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

border-color css

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

 span { border-color: rgb(159,38,28); }

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