Html Css Color HEX #9F271A Brown

📋 copy color: '#9F271A'

red 159 ◦ green 39 ◦ blue 26

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

Shades of Brown #9F271A

Tints of Brown #9F271A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.61%

R = 70.98%
G = 17.41%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F271A (or 0x9F271A) is known color: Brown. HEX triplet: 9F, 27 and 1A. RGB value is (159,39,26). Sum of RGB (Red+Green+Blue) = 159+39+26=224 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.98% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 26 (10.55% from 255 or 11.61% from 224); Max value from RGB is 159 - color contains mainly: red. Hex color #9F271A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F271A is #60D8E5. Grayscale: #494949. Windows color (decimal): -6346982 or 1714079. OLE color: 1714079.

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

Color convert

RGB 159 39 26 -
CMYK 0 0.75 0.84 0.38
HSL 5.86º 0.72% 0.36% -
HSV(B) 5.86º 0.84% 0.62% -
XYZ 15.21 8.9 1.89 -
YUV 73.4 101.26 189.06 -
System Red Green Blue C M Y K H S L
Decimal 159 39 26 0 0.75 0.84 0.38 5.86 0.72 0.36
Hex 9F 27 1A 0 4B 54 26 6 48 24
Octal 237 47 32 0 113 124 46 6 110 44
Binary 10011111 100111 11010 0 1001011 1010100 100110 110 1001000 100100

Color Harmonies of #9F271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F271A

Black with #9F271A

Text Example


Text Example

White with #9F271A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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