Html Css Color HEX #9D4D0B Saddle Brown

📋 copy color: '#9D4D0B'

red 157 ◦ green 77 ◦ blue 11

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

Shades of Saddle Brown #9D4D0B

Tints of Saddle Brown #9D4D0B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.43%

 BLUE value IS 11 (4.69% from 255) = 4.49%

R = 64.08%
G = 31.43%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.38

RGB Variations

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

Color information

#9D4D0B (or 0x9D4D0B) is known color: Saddle Brown. HEX triplet: 9D, 4D and 0B. RGB value is (157,77,11). Sum of RGB (Red+Green+Blue) = 157+77+11=245 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.08% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4D0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D4D0B is #62B2F4. Grayscale: #5D5D5D. Windows color (decimal): -6468341 or 740765. OLE color: 740765.

HSL color Cylindrical-coordinate representation of color #9D4D0B: hue angle of 27.12º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9D4D0B is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 77 11 -
CMYK 0 0.51 0.93 0.38
HSL 27.12º 0.87% 0.33% -
HSV(B) 27.12º 0.93% 0.62% -
XYZ 16.62 12.5 1.85 -
YUV 93.4 81.5 173.37 -
System Red Green Blue C M Y K H S L
Decimal 157 77 11 0 0.51 0.93 0.38 27.12 0.87 0.33
Hex 9D 4D B 0 33 5D 26 1B 57 21
Octal 235 115 13 0 63 135 46 33 127 41
Binary 10011101 1001101 1011 0 110011 1011101 100110 11011 1010111 100001

Color Harmonies of #9D4D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4D0B

Black with #9D4D0B

Text Example


Text Example

White with #9D4D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,77,11); }

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

background-color css

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

 a { background-color: rgb(157,77,11); }

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

border-color css

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

 span { border-color: rgb(157,77,11); }

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