Html Css Color HEX #9A7407 Golden Brown

📋 copy color: '#9A7407'

red 154 ◦ green 116 ◦ blue 7

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

Shades of Golden Brown #9A7407

Tints of Golden Brown #9A7407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.53%

R = 55.6%
G = 41.88%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#9A7407 (or 0x9A7407) is known color: Golden Brown. HEX triplet: 9A, 74 and 07. RGB value is (154,116,7). Sum of RGB (Red+Green+Blue) = 154+116+7=277 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.60% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 7 (3.12% from 255 or 2.53% from 277); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7407 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A7407 is #658BF8. Grayscale: #737373. Windows color (decimal): -6654969 or 488602. OLE color: 488602.

HSL color Cylindrical-coordinate representation of color #9A7407: hue angle of 44.49º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A7407 is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 116 7 -
CMYK 0 0.25 0.95 0.40
HSL 44.49º 0.91% 0.32% -
HSV(B) 44.49º 0.95% 0.6% -
XYZ 19.61 19.38 2.91 -
YUV 114.94 67.09 155.86 -
System Red Green Blue C M Y K H S L
Decimal 154 116 7 0 0.25 0.95 0.40 44.49 0.91 0.32
Hex 9A 74 7 0 19 5F 28 2C 5B 20
Octal 232 164 7 0 31 137 50 54 133 40
Binary 10011010 1110100 111 0 11001 1011111 101000 101100 1011011 100000

Color Harmonies of #9A7407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7407

Black with #9A7407

Text Example


Text Example

White with #9A7407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,116,7); }

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

background-color css

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

 a { background-color: rgb(154,116,7); }

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

border-color css

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

 span { border-color: rgb(154,116,7); }

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