Html Css Color HEX #9A5A0F Golden Brown

📋 copy color: '#9A5A0F'

red 154 ◦ green 90 ◦ blue 15

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

Shades of Golden Brown #9A5A0F

Tints of Golden Brown #9A5A0F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.75%

 BLUE value IS 15 (6.25% from 255) = 5.79%

R = 59.46%
G = 34.75%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#9A5A0F (or 0x9A5A0F) is known color: Golden Brown. HEX triplet: 9A, 5A and 0F. RGB value is (154,90,15). Sum of RGB (Red+Green+Blue) = 154+90+15=259 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.46% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5A0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A5A0F is #65A5F0. Grayscale: #646464. Windows color (decimal): -6661617 or 1006234. OLE color: 1006234.

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

Color convert

RGB 154 90 15 -
CMYK 0 0.42 0.90 0.40
HSL 32.37º 0.82% 0.33% -
HSV(B) 32.37º 0.9% 0.6% -
XYZ 17.07 14.22 2.3 -
YUV 100.59 79.7 166.1 -
System Red Green Blue C M Y K H S L
Decimal 154 90 15 0 0.42 0.90 0.40 32.37 0.82 0.33
Hex 9A 5A F 0 2A 5A 28 20 52 21
Octal 232 132 17 0 52 132 50 40 122 41
Binary 10011010 1011010 1111 0 101010 1011010 101000 100000 1010010 100001

Color Harmonies of #9A5A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5A0F

Black with #9A5A0F

Text Example


Text Example

White with #9A5A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,90,15); }

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

background-color css

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

 a { background-color: rgb(154,90,15); }

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

border-color css

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

 span { border-color: rgb(154,90,15); }

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