Html Css Color HEX #9A5510 Golden Brown

📋 copy color: '#9A5510'

red 154 ◦ green 85 ◦ blue 16

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

Shades of Golden Brown #9A5510

Tints of Golden Brown #9A5510

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.33%

 BLUE value IS 16 (6.64% from 255) = 6.27%

R = 60.39%
G = 33.33%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#9A5510 (or 0x9A5510) is known color: Golden Brown. HEX triplet: 9A, 55 and 10. RGB value is (154,85,16). Sum of RGB (Red+Green+Blue) = 154+85+16=255 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.39% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A5510 is #65AAEF. Grayscale: #626262. Windows color (decimal): -6662896 or 1070490. OLE color: 1070490.

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

Color convert

RGB 154 85 16 -
CMYK 0 0.45 0.90 0.40
HSL 30º 0.81% 0.33% -
HSV(B) 30º 0.9% 0.6% -
XYZ 16.67 13.4 2.2 -
YUV 97.77 81.86 168.11 -
System Red Green Blue C M Y K H S L
Decimal 154 85 16 0 0.45 0.90 0.40 30 0.81 0.33
Hex 9A 55 10 0 2D 5A 28 1E 51 21
Octal 232 125 20 0 55 132 50 36 121 41
Binary 10011010 1010101 10000 0 101101 1011010 101000 11110 1010001 100001

Color Harmonies of #9A5510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5510

Black with #9A5510

Text Example


Text Example

White with #9A5510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,85,16); }

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

background-color css

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

 a { background-color: rgb(154,85,16); }

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

border-color css

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

 span { border-color: rgb(154,85,16); }

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