Html Css Color HEX #9A730A Golden Brown

📋 copy color: '#9A730A'

red 154 ◦ green 115 ◦ blue 10

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

Shades of Golden Brown #9A730A

Tints of Golden Brown #9A730A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.58%

R = 55.2%
G = 41.22%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#9A730A (or 0x9A730A) is known color: Golden Brown. HEX triplet: 9A, 73 and 0A. RGB value is (154,115,10). Sum of RGB (Red+Green+Blue) = 154+115+10=279 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.20% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 154 - color contains mainly: red. Hex color #9A730A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A730A is #658CF5. Grayscale: #737373. Windows color (decimal): -6655222 or 684954. OLE color: 684954.

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

Color convert

RGB 154 115 10 -
CMYK 0 0.25 0.94 0.40
HSL 43.75º 0.88% 0.32% -
HSV(B) 43.75º 0.94% 0.6% -
XYZ 19.51 19.15 2.96 -
YUV 114.69 68.92 156.04 -
System Red Green Blue C M Y K H S L
Decimal 154 115 10 0 0.25 0.94 0.40 43.75 0.88 0.32
Hex 9A 73 A 0 19 5E 28 2C 58 20
Octal 232 163 12 0 31 136 50 54 130 40
Binary 10011010 1110011 1010 0 11001 1011110 101000 101100 1011000 100000

Color Harmonies of #9A730A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A730A

Black with #9A730A

Text Example


Text Example

White with #9A730A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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