Html Css Color HEX #9A720F Golden Brown

📋 copy color: '#9A720F'

red 154 ◦ green 114 ◦ blue 15

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

Shades of Golden Brown #9A720F

Tints of Golden Brown #9A720F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.28%

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

R = 54.42%
G = 40.28%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#9A720F (or 0x9A720F) is known color: Golden Brown. HEX triplet: 9A, 72 and 0F. RGB value is (154,114,15). Sum of RGB (Red+Green+Blue) = 154+114+15=283 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.42% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 154 - color contains mainly: red. Hex color #9A720F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A720F is #658DF0. Grayscale: #737373. Windows color (decimal): -6655473 or 1012378. OLE color: 1012378.

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

Color convert

RGB 154 114 15 -
CMYK 0 0.26 0.90 0.40
HSL 42.73º 0.82% 0.33% -
HSV(B) 42.73º 0.9% 0.6% -
XYZ 19.43 18.94 3.08 -
YUV 114.67 71.75 156.05 -
System Red Green Blue C M Y K H S L
Decimal 154 114 15 0 0.26 0.90 0.40 42.73 0.82 0.33
Hex 9A 72 F 0 1A 5A 28 2B 52 21
Octal 232 162 17 0 32 132 50 53 122 41
Binary 10011010 1110010 1111 0 11010 1011010 101000 101011 1010010 100001

Color Harmonies of #9A720F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A720F

Black with #9A720F

Text Example


Text Example

White with #9A720F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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