Html Css Color HEX #9D4A23 Rich Gold

📋 copy color: '#9D4A23'

red 157 ◦ green 74 ◦ blue 35

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

Shades of Rich Gold #9D4A23

Tints of Rich Gold #9D4A23

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.82%

 BLUE value IS 35 (14.06% from 255) = 13.16%

R = 59.02%
G = 27.82%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.38

RGB Variations

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

Color information

#9D4A23 (or 0x9D4A23) is known color: Rich Gold. HEX triplet: 9D, 4A and 23. RGB value is (157,74,35). Sum of RGB (Red+Green+Blue) = 157+74+35=266 (35% of max value = 765). Red value is 157 (61.72% from 255 or 59.02% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 35 (14.06% from 255 or 13.16% from 266); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4A23 is #62B5DC. Grayscale: #5E5E5E. Windows color (decimal): -6469085 or 2312861. OLE color: 2312861.

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

Color convert

RGB 157 74 35 -
CMYK 0 0.53 0.78 0.38
HSL 19.18º 0.64% 0.38% -
HSV(B) 19.18º 0.78% 0.62% -
XYZ 16.66 12.19 3.06 -
YUV 94.37 94.5 172.67 -
System Red Green Blue C M Y K H S L
Decimal 157 74 35 0 0.53 0.78 0.38 19.18 0.64 0.38
Hex 9D 4A 23 0 35 4E 26 13 40 26
Octal 235 112 43 0 65 116 46 23 100 46
Binary 10011101 1001010 100011 0 110101 1001110 100110 10011 1000000 100110

Color Harmonies of #9D4A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4A23

Black with #9D4A23

Text Example


Text Example

White with #9D4A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,74,35); }

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

background-color css

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

 a { background-color: rgb(157,74,35); }

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

border-color css

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

 span { border-color: rgb(157,74,35); }

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