#9A7208

Color #9A7208 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #9A7208

Tints of Golden Brown #9A7208

Color information

#9A7208 (or 0x9A7208) is unknown color: approx Golden Brown. HEX triplet: 9A, 72 and 08. RGB value is (154,114,8). Sum of RGB (Red+Green+Blue) = 154+114+8=276 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.80% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7208 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A7208 is #658DF7. Grayscale: #727272. Windows color (decimal): -6655480 or 553626. OLE color: 553626.

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

Color convert

RGB1541148-
CMYK00.260.950.40
HSL43.56º90.12%31.76%-
HSV(B)43.56º94.81%60.39%-
XYZ19.3918.922.86-
YUV113.8868.25156.62-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 55.80%
GREEN value IS 114 (44.92% from 255) = 41.30%
BLUE value IS 8 (3.52% from 255) = 2.90%
R=55.80%
G=41.30%
B=2.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.95
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154114800.260.950.4043.5690.1231.76
Hex9A72801A5F282c5a20
Octal23216210032137505413240
Binary100110101110010100001101010111111010001011001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9A7208;
 }
 .AnyTagClassName
 {
   color: #9A7208;
 }
</style>
background-color css

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

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

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

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

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

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