Html Css Color HEX #9A740B Golden Brown

📋 copy color: '#9A740B'

red 154 ◦ green 116 ◦ blue 11

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

Shades of Golden Brown #9A740B

Tints of Golden Brown #9A740B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.91%

R = 54.8%
G = 41.28%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#9A740B (or 0x9A740B) is known color: Golden Brown. HEX triplet: 9A, 74 and 0B. RGB value is (154,116,11). Sum of RGB (Red+Green+Blue) = 154+116+11=281 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.80% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 154 - color contains mainly: red. Hex color #9A740B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A740B is #658BF4. Grayscale: #737373. Windows color (decimal): -6654965 or 750746. OLE color: 750746.

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

Color convert

RGB 154 116 11 -
CMYK 0 0.25 0.93 0.40
HSL 44.06º 0.87% 0.32% -
HSV(B) 44.06º 0.93% 0.6% -
XYZ 19.63 19.38 3.02 -
YUV 115.39 69.09 155.54 -
System Red Green Blue C M Y K H S L
Decimal 154 116 11 0 0.25 0.93 0.40 44.06 0.87 0.32
Hex 9A 74 B 0 19 5D 28 2C 57 20
Octal 232 164 13 0 31 135 50 54 127 40
Binary 10011010 1110100 1011 0 11001 1011101 101000 101100 1010111 100000

Color Harmonies of #9A740B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A740B

Black with #9A740B

Text Example


Text Example

White with #9A740B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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