Html Css Color HEX #9A7310 Golden Brown

📋 copy color: '#9A7310'

red 154 ◦ green 115 ◦ blue 16

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

Shades of Golden Brown #9A7310

Tints of Golden Brown #9A7310

RGB

 RED value IS 154 (60.55% from 255) = 54.04%

 GREEN value IS 115 (45.31% from 255) = 40.35%

 BLUE value IS 16 (6.64% from 255) = 5.61%

R = 54.04%
G = 40.35%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#9A7310 (or 0x9A7310) is known color: Golden Brown. HEX triplet: 9A, 73 and 10. RGB value is (154,115,16). Sum of RGB (Red+Green+Blue) = 154+115+16=285 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.04% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A7310 is #658CEF. Grayscale: #737373. Windows color (decimal): -6655216 or 1078170. OLE color: 1078170.

HSL color Cylindrical-coordinate representation of color #9A7310: hue angle of 43.04º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A7310 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 115 16 -
CMYK 0 0.25 0.90 0.40
HSL 43.04º 0.81% 0.33% -
HSV(B) 43.04º 0.9% 0.6% -
XYZ 19.55 19.17 3.16 -
YUV 115.38 71.92 155.55 -
System Red Green Blue C M Y K H S L
Decimal 154 115 16 0 0.25 0.90 0.40 43.04 0.81 0.33
Hex 9A 73 10 0 19 5A 28 2B 51 21
Octal 232 163 20 0 31 132 50 53 121 41
Binary 10011010 1110011 10000 0 11001 1011010 101000 101011 1010001 100001

Color Harmonies of #9A7310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7310

Black with #9A7310

Text Example


Text Example

White with #9A7310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,115,16); }

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

background-color css

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

 a { background-color: rgb(154,115,16); }

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

border-color css

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

 span { border-color: rgb(154,115,16); }

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