Html Css Color HEX #9F261E Brown

📋 copy color: '#9F261E'

red 159 ◦ green 38 ◦ blue 30

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

Shades of Brown #9F261E

Tints of Brown #9F261E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.22%

R = 70.04%
G = 16.74%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9F261E (or 0x9F261E) is known color: Brown. HEX triplet: 9F, 26 and 1E. RGB value is (159,38,30). Sum of RGB (Red+Green+Blue) = 159+38+30=227 (30% of max value = 765). Red value is 159 (62.5% from 255 or 70.04% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 159 - color contains mainly: red. Hex color #9F261E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F261E is #60D9E1. Grayscale: #494949. Windows color (decimal): -6347234 or 1975967. OLE color: 1975967.

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

Color convert

RGB 159 38 30 -
CMYK 0 0.76 0.81 0.38
HSL 3.72º 0.68% 0.37% -
HSV(B) 3.72º 0.81% 0.62% -
XYZ 15.23 8.85 2.13 -
YUV 73.27 103.59 189.15 -
System Red Green Blue C M Y K H S L
Decimal 159 38 30 0 0.76 0.81 0.38 3.72 0.68 0.37
Hex 9F 26 1E 0 4C 51 26 4 44 25
Octal 237 46 36 0 114 121 46 4 104 45
Binary 10011111 100110 11110 0 1001100 1010001 100110 100 1000100 100101

Color Harmonies of #9F261E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F261E

Black with #9F261E

Text Example


Text Example

White with #9F261E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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