Html Css Color HEX #9A5F0C Golden Brown

📋 copy color: '#9A5F0C'

red 154 ◦ green 95 ◦ blue 12

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

Shades of Golden Brown #9A5F0C

Tints of Golden Brown #9A5F0C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.4%

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

R = 59%
G = 36.4%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#9A5F0C (or 0x9A5F0C) is known color: Golden Brown. HEX triplet: 9A, 5F and 0C. RGB value is (154,95,12). Sum of RGB (Red+Green+Blue) = 154+95+12=261 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.00% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 12 (5.08% from 255 or 4.60% from 261); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A5F0C is #65A0F3. Grayscale: #676767. Windows color (decimal): -6660340 or 810906. OLE color: 810906.

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

Color convert

RGB 154 95 12 -
CMYK 0 0.38 0.92 0.40
HSL 35.07º 0.86% 0.33% -
HSV(B) 35.07º 0.92% 0.6% -
XYZ 17.49 15.08 2.34 -
YUV 103.18 76.55 164.25 -
System Red Green Blue C M Y K H S L
Decimal 154 95 12 0 0.38 0.92 0.40 35.07 0.86 0.33
Hex 9A 5F C 0 26 5C 28 23 56 21
Octal 232 137 14 0 46 134 50 43 126 41
Binary 10011010 1011111 1100 0 100110 1011100 101000 100011 1010110 100001

Color Harmonies of #9A5F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5F0C

Black with #9A5F0C

Text Example


Text Example

White with #9A5F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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