Html Css Color HEX #9D5D19 Golden Brown

📋 copy color: '#9D5D19'

red 157 ◦ green 93 ◦ blue 25

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

Shades of Golden Brown #9D5D19

Tints of Golden Brown #9D5D19

RGB

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

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

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

R = 57.09%
G = 33.82%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9D5D19 (or 0x9D5D19) is known color: Golden Brown. HEX triplet: 9D, 5D and 19. RGB value is (157,93,25). Sum of RGB (Red+Green+Blue) = 157+93+25=275 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.09% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D5D19 is #62A2E6. Grayscale: #686868. Windows color (decimal): -6464231 or 1662365. OLE color: 1662365.

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

Color convert

RGB 157 93 25 -
CMYK 0 0.41 0.84 0.38
HSL 30.91º 0.73% 0.36% -
HSV(B) 30.91º 0.84% 0.62% -
XYZ 17.99 15.07 2.88 -
YUV 104.38 83.2 165.53 -
System Red Green Blue C M Y K H S L
Decimal 157 93 25 0 0.41 0.84 0.38 30.91 0.73 0.36
Hex 9D 5D 19 0 29 54 26 1F 49 24
Octal 235 135 31 0 51 124 46 37 111 44
Binary 10011101 1011101 11001 0 101001 1010100 100110 11111 1001001 100100

Color Harmonies of #9D5D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5D19

Black with #9D5D19

Text Example


Text Example

White with #9D5D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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