Html Css Color HEX #9D271F Brown

📋 copy color: '#9D271F'

red 157 ◦ green 39 ◦ blue 31

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

Shades of Brown #9D271F

Tints of Brown #9D271F

RGB

 RED value IS 157 (61.72% from 255) = 69.16%

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

 BLUE value IS 31 (12.5% from 255) = 13.66%

R = 69.16%
G = 17.18%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#9D271F (or 0x9D271F) is known color: Brown. HEX triplet: 9D, 27 and 1F. RGB value is (157,39,31). Sum of RGB (Red+Green+Blue) = 157+39+31=227 (30% of max value = 765). Red value is 157 (61.72% from 255 or 69.16% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 157 - color contains mainly: red. Hex color #9D271F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D271F is #62D8E0. Grayscale: #494949. Windows color (decimal): -6478049 or 2041757. OLE color: 2041757.

HSL color Cylindrical-coordinate representation of color #9D271F: hue angle of 3.81º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D271F is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 39 31 -
CMYK 0 0.75 0.80 0.38
HSL 3.81º 0.67% 0.37% -
HSV(B) 3.81º 0.8% 0.62% -
XYZ 14.88 8.72 2.19 -
YUV 73.37 104.09 187.65 -
System Red Green Blue C M Y K H S L
Decimal 157 39 31 0 0.75 0.80 0.38 3.81 0.67 0.37
Hex 9D 27 1F 0 4B 50 26 4 43 25
Octal 235 47 37 0 113 120 46 4 103 45
Binary 10011101 100111 11111 0 1001011 1010000 100110 100 1000011 100101

Color Harmonies of #9D271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D271F

Black with #9D271F

Text Example


Text Example

White with #9D271F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,39,31); }

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

background-color css

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

 a { background-color: rgb(157,39,31); }

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

border-color css

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

 span { border-color: rgb(157,39,31); }

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