Html Css Color HEX #9A5C15 Golden Brown

📋 copy color: '#9A5C15'

red 154 ◦ green 92 ◦ blue 21

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

Shades of Golden Brown #9A5C15

Tints of Golden Brown #9A5C15

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.46%

 BLUE value IS 21 (8.59% from 255) = 7.87%

R = 57.68%
G = 34.46%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#9A5C15 (or 0x9A5C15) is known color: Golden Brown. HEX triplet: 9A, 5C and 15. RGB value is (154,92,21). Sum of RGB (Red+Green+Blue) = 154+92+21=267 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.68% from 267); Green value is 92 (36.33% from 255 or 34.46% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A5C15 is #65A3EA. Grayscale: #666666. Windows color (decimal): -6661099 or 1399962. OLE color: 1399962.

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

Color convert

RGB 154 92 21 -
CMYK 0 0.40 0.86 0.40
HSL 32.03º 0.76% 0.34% -
HSV(B) 32.03º 0.86% 0.6% -
XYZ 17.29 14.58 2.61 -
YUV 102.44 82.04 164.77 -
System Red Green Blue C M Y K H S L
Decimal 154 92 21 0 0.40 0.86 0.40 32.03 0.76 0.34
Hex 9A 5C 15 0 28 56 28 20 4C 22
Octal 232 134 25 0 50 126 50 40 114 42
Binary 10011010 1011100 10101 0 101000 1010110 101000 100000 1001100 100010

Color Harmonies of #9A5C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5C15

Black with #9A5C15

Text Example


Text Example

White with #9A5C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,92,21); }

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

background-color css

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

 a { background-color: rgb(154,92,21); }

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

border-color css

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

 span { border-color: rgb(154,92,21); }

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