Html Css Color HEX #9A730F Golden Brown

📋 copy color: '#9A730F'

red 154 ◦ green 115 ◦ blue 15

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

Shades of Golden Brown #9A730F

Tints of Golden Brown #9A730F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.28%

R = 54.23%
G = 40.49%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#9A730F (or 0x9A730F) is known color: Golden Brown. HEX triplet: 9A, 73 and 0F. RGB value is (154,115,15). Sum of RGB (Red+Green+Blue) = 154+115+15=284 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.23% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 154 - color contains mainly: red. Hex color #9A730F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A730F is #658CF0. Grayscale: #737373. Windows color (decimal): -6655217 or 1012634. OLE color: 1012634.

HSL color Cylindrical-coordinate representation of color #9A730F: hue angle of 43.17º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A730F is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 115 15 -
CMYK 0 0.25 0.90 0.40
HSL 43.17º 0.82% 0.33% -
HSV(B) 43.17º 0.9% 0.6% -
XYZ 19.54 19.17 3.12 -
YUV 115.26 71.42 155.63 -
System Red Green Blue C M Y K H S L
Decimal 154 115 15 0 0.25 0.90 0.40 43.17 0.82 0.33
Hex 9A 73 F 0 19 5A 28 2B 52 21
Octal 232 163 17 0 31 132 50 53 122 41
Binary 10011010 1110011 1111 0 11001 1011010 101000 101011 1010010 100001

Color Harmonies of #9A730F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A730F

Black with #9A730F

Text Example


Text Example

White with #9A730F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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