Html Css Color HEX #9A720C Golden Brown

📋 copy color: '#9A720C'

red 154 ◦ green 114 ◦ blue 12

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

Shades of Golden Brown #9A720C

Tints of Golden Brown #9A720C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.29%

R = 55%
G = 40.71%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#9A720C (or 0x9A720C) is known color: Golden Brown. HEX triplet: 9A, 72 and 0C. RGB value is (154,114,12). Sum of RGB (Red+Green+Blue) = 154+114+12=280 (37% of max value = 765). Red value is 154 (60.55% from 255 or 55% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 154 - color contains mainly: red. Hex color #9A720C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A720C is #658DF3. Grayscale: #727272. Windows color (decimal): -6655476 or 815770. OLE color: 815770.

HSL color Cylindrical-coordinate representation of color #9A720C: hue angle of 43.1º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A720C is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 114 12 -
CMYK 0 0.26 0.92 0.40
HSL 43.1º 0.86% 0.33% -
HSV(B) 43.1º 0.92% 0.6% -
XYZ 19.41 18.93 2.98 -
YUV 114.33 70.25 156.29 -
System Red Green Blue C M Y K H S L
Decimal 154 114 12 0 0.26 0.92 0.40 43.1 0.86 0.33
Hex 9A 72 C 0 1A 5C 28 2B 56 21
Octal 232 162 14 0 32 134 50 53 126 41
Binary 10011010 1110010 1100 0 11010 1011100 101000 101011 1010110 100001

Color Harmonies of #9A720C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A720C

Black with #9A720C

Text Example


Text Example

White with #9A720C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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