Html Css Color HEX #9A7512 Golden Brown

📋 copy color: '#9A7512'

red 154 ◦ green 117 ◦ blue 18

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

Shades of Golden Brown #9A7512

Tints of Golden Brown #9A7512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.48%

 BLUE value IS 18 (7.42% from 255) = 6.23%

R = 53.29%
G = 40.48%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#9A7512 (or 0x9A7512) is known color: Golden Brown. HEX triplet: 9A, 75 and 12. RGB value is (154,117,18). Sum of RGB (Red+Green+Blue) = 154+117+18=289 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.29% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A7512 is #658AED. Grayscale: #757575. Windows color (decimal): -6654702 or 1209754. OLE color: 1209754.

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

Color convert

RGB 154 117 18 -
CMYK 0 0.24 0.88 0.40
HSL 43.68º 0.79% 0.34% -
HSV(B) 43.68º 0.88% 0.6% -
XYZ 19.8 19.64 3.32 -
YUV 116.78 72.26 154.55 -
System Red Green Blue C M Y K H S L
Decimal 154 117 18 0 0.24 0.88 0.40 43.68 0.79 0.34
Hex 9A 75 12 0 18 58 28 2C 4F 22
Octal 232 165 22 0 30 130 50 54 117 42
Binary 10011010 1110101 10010 0 11000 1011000 101000 101100 1001111 100010

Color Harmonies of #9A7512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7512

Black with #9A7512

Text Example


Text Example

White with #9A7512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,117,18); }

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

background-color css

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

 a { background-color: rgb(154,117,18); }

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

border-color css

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

 span { border-color: rgb(154,117,18); }

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