Html Css Color HEX #9A5E19 Golden Brown

📋 copy color: '#9A5E19'

red 154 ◦ green 94 ◦ blue 25

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

Shades of Golden Brown #9A5E19

Tints of Golden Brown #9A5E19

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.43%

 BLUE value IS 25 (10.16% from 255) = 9.16%

R = 56.41%
G = 34.43%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#9A5E19 (or 0x9A5E19) is known color: Golden Brown. HEX triplet: 9A, 5E and 19. RGB value is (154,94,25). Sum of RGB (Red+Green+Blue) = 154+94+25=273 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56.41% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A5E19 is #65A1E6. Grayscale: #686868. Windows color (decimal): -6660583 or 1662618. OLE color: 1662618.

HSL color Cylindrical-coordinate representation of color #9A5E19: hue angle of 32.09º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A5E19 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 94 25 -
CMYK 0 0.39 0.84 0.40
HSL 32.09º 0.72% 0.35% -
HSV(B) 32.09º 0.84% 0.6% -
XYZ 17.5 14.95 2.88 -
YUV 104.07 83.38 163.61 -
System Red Green Blue C M Y K H S L
Decimal 154 94 25 0 0.39 0.84 0.40 32.09 0.72 0.35
Hex 9A 5E 19 0 27 54 28 20 48 23
Octal 232 136 31 0 47 124 50 40 110 43
Binary 10011010 1011110 11001 0 100111 1010100 101000 100000 1001000 100011

Color Harmonies of #9A5E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5E19

Black with #9A5E19

Text Example


Text Example

White with #9A5E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,94,25); }

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

background-color css

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

 a { background-color: rgb(154,94,25); }

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

border-color css

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

 span { border-color: rgb(154,94,25); }

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