Html Css Color HEX #9D5626 Rich Gold

📋 copy color: '#9D5626'

red 157 ◦ green 86 ◦ blue 38

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

Shades of Rich Gold #9D5626

Tints of Rich Gold #9D5626

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.6%

 BLUE value IS 38 (15.23% from 255) = 13.52%

R = 55.87%
G = 30.6%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.76

 K value IS 0.38

RGB Variations

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

Color information

#9D5626 (or 0x9D5626) is known color: Rich Gold. HEX triplet: 9D, 56 and 26. RGB value is (157,86,38). Sum of RGB (Red+Green+Blue) = 157+86+38=281 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.87% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5626 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5626 is #62A9D9. Grayscale: #666666. Windows color (decimal): -6466010 or 2512541. OLE color: 2512541.

HSL color Cylindrical-coordinate representation of color #9D5626: hue angle of 24.2º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D5626 is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 86 38 -
CMYK 0 0.45 0.76 0.38
HSL 24.2º 0.61% 0.38% -
HSV(B) 24.2º 0.76% 0.62% -
XYZ 17.58 13.96 3.6 -
YUV 101.76 92.02 167.4 -
System Red Green Blue C M Y K H S L
Decimal 157 86 38 0 0.45 0.76 0.38 24.2 0.61 0.38
Hex 9D 56 26 0 2D 4C 26 18 3D 26
Octal 235 126 46 0 55 114 46 30 75 46
Binary 10011101 1010110 100110 0 101101 1001100 100110 11000 111101 100110

Color Harmonies of #9D5626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5626

Black with #9D5626

Text Example


Text Example

White with #9D5626

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,86,38); }

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

background-color css

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

 a { background-color: rgb(157,86,38); }

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

border-color css

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

 span { border-color: rgb(157,86,38); }

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