Html Css Color HEX #9A7500 Golden Brown

📋 copy color: '#9A7500'

red 154 ◦ green 117 ◦ blue 0

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

Shades of Golden Brown #9A7500

Tints of Golden Brown #9A7500

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.17%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.83%
G = 43.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#9A7500 (or 0x9A7500) is known color: Golden Brown. HEX triplet: 9A, 75 and 00. RGB value is (154,117,0). Sum of RGB (Red+Green+Blue) = 154+117+0=271 (35% of max value = 765). Red value is 154 (60.55% from 255 or 56.83% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A7500 is #658AFF. Grayscale: #737373. Windows color (decimal): -6654720 or 30106. OLE color: 30106.

HSL color Cylindrical-coordinate representation of color #9A7500: hue angle of 45.58º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A7500 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 117 0 -
CMYK 0 0.24 1 0.40
HSL 45.58º 1% 0.3% -
HSV(B) 45.58º 1% 0.6% -
XYZ 19.69 19.59 2.74 -
YUV 114.73 63.26 156.01 -
System Red Green Blue C M Y K H S L
Decimal 154 117 0 0 0.24 1 0.40 45.58 1 0.3
Hex 9A 75 0 0 18 64 28 2E 64 1E
Octal 232 165 0 0 30 144 50 56 144 36
Binary 10011010 1110101 0 0 11000 1100100 101000 101110 1100100 11110

Color Harmonies of #9A7500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7500

Black with #9A7500

Text Example


Text Example

White with #9A7500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,117,0); }

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

background-color css

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

 a { background-color: rgb(154,117,0); }

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

border-color css

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

 span { border-color: rgb(154,117,0); }

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