Html Css Color HEX #9D271B Brown

📋 copy color: '#9D271B'

red 157 ◦ green 39 ◦ blue 27

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

Shades of Brown #9D271B

Tints of Brown #9D271B

RGB

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

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

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

R = 70.4%
G = 17.49%
B = 12.11%

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

#9D271B (or 0x9D271B) is known color: Brown. HEX triplet: 9D, 27 and 1B. RGB value is (157,39,27). Sum of RGB (Red+Green+Blue) = 157+39+27=223 (29% of max value = 765). Red value is 157 (61.72% from 255 or 70.40% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 157 - color contains mainly: red. Hex color #9D271B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D271B is #62D8E4. Grayscale: #494949. Windows color (decimal): -6478053 or 1779613. OLE color: 1779613.

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

Color convert

RGB 157 39 27 -
CMYK 0 0.75 0.83 0.38
HSL 5.54º 0.71% 0.36% -
HSV(B) 5.54º 0.83% 0.62% -
XYZ 14.83 8.7 1.93 -
YUV 72.91 102.09 187.98 -
System Red Green Blue C M Y K H S L
Decimal 157 39 27 0 0.75 0.83 0.38 5.54 0.71 0.36
Hex 9D 27 1B 0 4B 53 26 6 47 24
Octal 235 47 33 0 113 123 46 6 107 44
Binary 10011101 100111 11011 0 1001011 1010011 100110 110 1000111 100100

Color Harmonies of #9D271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D271B

Black with #9D271B

Text Example


Text Example

White with #9D271B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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