Html Css Color HEX #9D5D1A Golden Brown

📋 copy color: '#9D5D1A'

red 157 ◦ green 93 ◦ blue 26

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

Shades of Golden Brown #9D5D1A

Tints of Golden Brown #9D5D1A

RGB

 RED value IS 157 (61.72% from 255) = 56.88%

 GREEN value IS 93 (36.72% from 255) = 33.7%

 BLUE value IS 26 (10.55% from 255) = 9.42%

R = 56.88%
G = 33.7%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#9D5D1A (or 0x9D5D1A) is known color: Golden Brown. HEX triplet: 9D, 5D and 1A. RGB value is (157,93,26). Sum of RGB (Red+Green+Blue) = 157+93+26=276 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.88% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5D1A is #62A2E5. Grayscale: #686868. Windows color (decimal): -6464230 or 1727901. OLE color: 1727901.

HSL color Cylindrical-coordinate representation of color #9D5D1A: hue angle of 30.69º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9D5D1A is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 93 26 -
CMYK 0 0.41 0.83 0.38
HSL 30.69º 0.72% 0.36% -
HSV(B) 30.69º 0.83% 0.62% -
XYZ 18.01 15.07 2.94 -
YUV 104.5 83.7 165.45 -
System Red Green Blue C M Y K H S L
Decimal 157 93 26 0 0.41 0.83 0.38 30.69 0.72 0.36
Hex 9D 5D 1A 0 29 53 26 1F 48 24
Octal 235 135 32 0 51 123 46 37 110 44
Binary 10011101 1011101 11010 0 101001 1010011 100110 11111 1001000 100100

Color Harmonies of #9D5D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5D1A

Black with #9D5D1A

Text Example


Text Example

White with #9D5D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,93,26); }

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

background-color css

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

 a { background-color: rgb(157,93,26); }

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

border-color css

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

 span { border-color: rgb(157,93,26); }

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