Html Css Color HEX #9D271E Brown

📋 copy color: '#9D271E'

red 157 ◦ green 39 ◦ blue 30

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

Shades of Brown #9D271E

Tints of Brown #9D271E

RGB

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

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

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

R = 69.47%
G = 17.26%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9D271E (or 0x9D271E) is known color: Brown. HEX triplet: 9D, 27 and 1E. RGB value is (157,39,30). Sum of RGB (Red+Green+Blue) = 157+39+30=226 (29% of max value = 765). Red value is 157 (61.72% from 255 or 69.47% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 30 (12.11% from 255 or 13.27% from 226); Max value from RGB is 157 - color contains mainly: red. Hex color #9D271E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D271E is #62D8E1. Grayscale: #494949. Windows color (decimal): -6478050 or 1976221. OLE color: 1976221.

HSL color Cylindrical-coordinate representation of color #9D271E: hue angle of 4.25º 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 #9D271E is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 39 30 -
CMYK 0 0.75 0.81 0.38
HSL 4.25º 0.68% 0.37% -
HSV(B) 4.25º 0.81% 0.62% -
XYZ 14.86 8.71 2.13 -
YUV 73.26 103.59 187.73 -
System Red Green Blue C M Y K H S L
Decimal 157 39 30 0 0.75 0.81 0.38 4.25 0.68 0.37
Hex 9D 27 1E 0 4B 51 26 4 44 25
Octal 235 47 36 0 113 121 46 4 104 45
Binary 10011101 100111 11110 0 1001011 1010001 100110 100 1000100 100101

Color Harmonies of #9D271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D271E

Black with #9D271E

Text Example


Text Example

White with #9D271E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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