Html Css Color HEX #9D441C Rich Gold

📋 copy color: '#9D441C'

red 157 ◦ green 68 ◦ blue 28

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

Shades of Rich Gold #9D441C

Tints of Rich Gold #9D441C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.88%

 BLUE value IS 28 (11.33% from 255) = 11.07%

R = 62.06%
G = 26.88%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9D441C (or 0x9D441C) is known color: Rich Gold. HEX triplet: 9D, 44 and 1C. RGB value is (157,68,28). Sum of RGB (Red+Green+Blue) = 157+68+28=253 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.06% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 157 - color contains mainly: red. Hex color #9D441C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D441C is #62BBE3. Grayscale: #5A5A5A. Windows color (decimal): -6470628 or 1852573. OLE color: 1852573.

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

Color convert

RGB 157 68 28 -
CMYK 0 0.57 0.82 0.38
HSL 18.6º 0.7% 0.36% -
HSV(B) 18.6º 0.82% 0.62% -
XYZ 16.18 11.39 2.44 -
YUV 90.05 92.99 175.75 -
System Red Green Blue C M Y K H S L
Decimal 157 68 28 0 0.57 0.82 0.38 18.6 0.7 0.36
Hex 9D 44 1C 0 39 52 26 13 46 24
Octal 235 104 34 0 71 122 46 23 106 44
Binary 10011101 1000100 11100 0 111001 1010010 100110 10011 1000110 100100

Color Harmonies of #9D441C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D441C

Black with #9D441C

Text Example


Text Example

White with #9D441C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,68,28); }

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

background-color css

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

 a { background-color: rgb(157,68,28); }

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

border-color css

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

 span { border-color: rgb(157,68,28); }

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