Html Css Color HEX #9F271B Brown

📋 copy color: '#9F271B'

red 159 ◦ green 39 ◦ blue 27

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

Shades of Brown #9F271B

Tints of Brown #9F271B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.33%

 BLUE value IS 27 (10.94% from 255) = 12%

R = 70.67%
G = 17.33%
B = 12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#9F271B (or 0x9F271B) is known color: Brown. HEX triplet: 9F, 27 and 1B. RGB value is (159,39,27). Sum of RGB (Red+Green+Blue) = 159+39+27=225 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.67% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 159 - color contains mainly: red. Hex color #9F271B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F271B is #60D8E4. Grayscale: #494949. Windows color (decimal): -6346981 or 1779615. OLE color: 1779615.

HSL color Cylindrical-coordinate representation of color #9F271B: hue angle of 5.45º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9F271B is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 39 27 -
CMYK 0 0.75 0.83 0.38
HSL 5.45º 0.71% 0.36% -
HSV(B) 5.45º 0.83% 0.62% -
XYZ 15.22 8.9 1.95 -
YUV 73.51 101.76 188.98 -
System Red Green Blue C M Y K H S L
Decimal 159 39 27 0 0.75 0.83 0.38 5.45 0.71 0.36
Hex 9F 27 1B 0 4B 53 26 5 47 24
Octal 237 47 33 0 113 123 46 5 107 44
Binary 10011111 100111 11011 0 1001011 1010011 100110 101 1000111 100100

Color Harmonies of #9F271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F271B

Black with #9F271B

Text Example


Text Example

White with #9F271B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,39,27); }

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

background-color css

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

 a { background-color: rgb(159,39,27); }

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

border-color css

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

 span { border-color: rgb(159,39,27); }

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