Html Css Color HEX #9D710A Golden Brown

📋 copy color: '#9D710A'

red 157 ◦ green 113 ◦ blue 10

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

Shades of Golden Brown #9D710A

Tints of Golden Brown #9D710A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.36%

 BLUE value IS 10 (4.3% from 255) = 3.57%

R = 56.07%
G = 40.36%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#9D710A (or 0x9D710A) is known color: Golden Brown. HEX triplet: 9D, 71 and 0A. RGB value is (157,113,10). Sum of RGB (Red+Green+Blue) = 157+113+10=280 (37% of max value = 765). Red value is 157 (61.72% from 255 or 56.07% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 157 - color contains mainly: red. Hex color #9D710A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D710A is #628EF5. Grayscale: #727272. Windows color (decimal): -6459126 or 684445. OLE color: 684445.

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

Color convert

RGB 157 113 10 -
CMYK 0 0.28 0.94 0.38
HSL 42.04º 0.88% 0.33% -
HSV(B) 42.04º 0.94% 0.62% -
XYZ 19.86 19 2.91 -
YUV 114.41 69.08 158.38 -
System Red Green Blue C M Y K H S L
Decimal 157 113 10 0 0.28 0.94 0.38 42.04 0.88 0.33
Hex 9D 71 A 0 1C 5E 26 2A 58 21
Octal 235 161 12 0 34 136 46 52 130 41
Binary 10011101 1110001 1010 0 11100 1011110 100110 101010 1011000 100001

Color Harmonies of #9D710A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D710A

Black with #9D710A

Text Example


Text Example

White with #9D710A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,113,10); }

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

background-color css

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

 a { background-color: rgb(157,113,10); }

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

border-color css

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

 span { border-color: rgb(157,113,10); }

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