Html Css Color HEX #9D580D Golden Brown

📋 copy color: '#9D580D'

red 157 ◦ green 88 ◦ blue 13

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

Shades of Golden Brown #9D580D

Tints of Golden Brown #9D580D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.11%

 BLUE value IS 13 (5.47% from 255) = 5.04%

R = 60.85%
G = 34.11%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#9D580D (or 0x9D580D) is known color: Golden Brown. HEX triplet: 9D, 58 and 0D. RGB value is (157,88,13). Sum of RGB (Red+Green+Blue) = 157+88+13=258 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.85% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 157 - color contains mainly: red. Hex color #9D580D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D580D is #62A7F2. Grayscale: #646464. Windows color (decimal): -6465523 or 874653. OLE color: 874653.

HSL color Cylindrical-coordinate representation of color #9D580D: hue angle of 31.25º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D580D is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 88 13 -
CMYK 0 0.44 0.92 0.38
HSL 31.25º 0.85% 0.33% -
HSV(B) 31.25º 0.92% 0.62% -
XYZ 17.47 14.18 2.2 -
YUV 100.08 78.86 168.6 -
System Red Green Blue C M Y K H S L
Decimal 157 88 13 0 0.44 0.92 0.38 31.25 0.85 0.33
Hex 9D 58 D 0 2C 5C 26 1F 55 21
Octal 235 130 15 0 54 134 46 37 125 41
Binary 10011101 1011000 1101 0 101100 1011100 100110 11111 1010101 100001

Color Harmonies of #9D580D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D580D

Black with #9D580D

Text Example


Text Example

White with #9D580D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,88,13); }

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

background-color css

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

 a { background-color: rgb(157,88,13); }

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

border-color css

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

 span { border-color: rgb(157,88,13); }

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