Html Css Color HEX #9A730B Golden Brown

📋 copy color: '#9A730B'

red 154 ◦ green 115 ◦ blue 11

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

Shades of Golden Brown #9A730B

Tints of Golden Brown #9A730B

RGB

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

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

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

R = 55%
G = 41.07%
B = 3.93%

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

#9A730B (or 0x9A730B) is known color: Golden Brown. HEX triplet: 9A, 73 and 0B. RGB value is (154,115,11). Sum of RGB (Red+Green+Blue) = 154+115+11=280 (37% of max value = 765). Red value is 154 (60.55% from 255 or 55% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 154 - color contains mainly: red. Hex color #9A730B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A730B is #658CF4. Grayscale: #737373. Windows color (decimal): -6655221 or 750490. OLE color: 750490.

HSL color Cylindrical-coordinate representation of color #9A730B: hue angle of 43.64º 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 #9A730B is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 115 11 -
CMYK 0 0.25 0.93 0.40
HSL 43.64º 0.87% 0.32% -
HSV(B) 43.64º 0.93% 0.6% -
XYZ 19.52 19.16 2.99 -
YUV 114.81 69.42 155.96 -
System Red Green Blue C M Y K H S L
Decimal 154 115 11 0 0.25 0.93 0.40 43.64 0.87 0.32
Hex 9A 73 B 0 19 5D 28 2C 57 20
Octal 232 163 13 0 31 135 50 54 127 40
Binary 10011010 1110011 1011 0 11001 1011101 101000 101100 1010111 100000

Color Harmonies of #9A730B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A730B

Black with #9A730B

Text Example


Text Example

White with #9A730B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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