Html Css Color HEX #9D301E Brown

📋 copy color: '#9D301E'

red 157 ◦ green 48 ◦ blue 30

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

Shades of Brown #9D301E

Tints of Brown #9D301E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.43%

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

R = 66.81%
G = 20.43%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9D301E (or 0x9D301E) is known color: Brown. HEX triplet: 9D, 30 and 1E. RGB value is (157,48,30). Sum of RGB (Red+Green+Blue) = 157+48+30=235 (31% of max value = 765). Red value is 157 (61.72% from 255 or 66.81% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 157 - color contains mainly: red. Hex color #9D301E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D301E is #62CFE1. Grayscale: #4E4E4E. Windows color (decimal): -6475746 or 1978525. OLE color: 1978525.

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

Color convert

RGB 157 48 30 -
CMYK 0 0.69 0.81 0.38
HSL 8.5º 0.68% 0.37% -
HSV(B) 8.5º 0.81% 0.62% -
XYZ 15.2 9.38 2.24 -
YUV 78.54 100.61 183.96 -
System Red Green Blue C M Y K H S L
Decimal 157 48 30 0 0.69 0.81 0.38 8.5 0.68 0.37
Hex 9D 30 1E 0 45 51 26 9 44 25
Octal 235 60 36 0 105 121 46 11 104 45
Binary 10011101 110000 11110 0 1000101 1010001 100110 1001 1000100 100101

Color Harmonies of #9D301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D301E

Black with #9D301E

Text Example


Text Example

White with #9D301E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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