Html Css Color HEX #9D740D Golden Brown

📋 copy color: '#9D740D'

red 157 ◦ green 116 ◦ blue 13

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

Shades of Golden Brown #9D740D

Tints of Golden Brown #9D740D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.56%

 BLUE value IS 13 (5.47% from 255) = 4.55%

R = 54.9%
G = 40.56%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#9D740D (or 0x9D740D) is known color: Golden Brown. HEX triplet: 9D, 74 and 0D. RGB value is (157,116,13). Sum of RGB (Red+Green+Blue) = 157+116+13=286 (37% of max value = 765). Red value is 157 (61.72% from 255 or 54.90% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 157 - color contains mainly: red. Hex color #9D740D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D740D is #628BF2. Grayscale: #747474. Windows color (decimal): -6458355 or 881821. OLE color: 881821.

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

Color convert

RGB 157 116 13 -
CMYK 0 0.26 0.92 0.38
HSL 42.92º 0.85% 0.33% -
HSV(B) 42.92º 0.92% 0.62% -
XYZ 20.22 19.69 3.12 -
YUV 116.52 69.58 156.88 -
System Red Green Blue C M Y K H S L
Decimal 157 116 13 0 0.26 0.92 0.38 42.92 0.85 0.33
Hex 9D 74 D 0 1A 5C 26 2B 55 21
Octal 235 164 15 0 32 134 46 53 125 41
Binary 10011101 1110100 1101 0 11010 1011100 100110 101011 1010101 100001

Color Harmonies of #9D740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D740D

Black with #9D740D

Text Example


Text Example

White with #9D740D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,116,13); }

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

background-color css

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

 a { background-color: rgb(157,116,13); }

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

border-color css

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

 span { border-color: rgb(157,116,13); }

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