Html Css Color HEX #9D441D Rich Gold

📋 copy color: '#9D441D'

red 157 ◦ green 68 ◦ blue 29

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

Shades of Rich Gold #9D441D

Tints of Rich Gold #9D441D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.42%

R = 61.81%
G = 26.77%
B = 11.42%

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

#9D441D (or 0x9D441D) is known color: Rich Gold. HEX triplet: 9D, 44 and 1D. RGB value is (157,68,29). Sum of RGB (Red+Green+Blue) = 157+68+29=254 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.81% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 157 - color contains mainly: red. Hex color #9D441D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D441D is #62BBE2. Grayscale: #5A5A5A. Windows color (decimal): -6470627 or 1918109. OLE color: 1918109.

HSL color Cylindrical-coordinate representation of color #9D441D: hue angle of 18.28º degrees, saturation: 0.69, 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 #9D441D is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 68 29 -
CMYK 0 0.57 0.82 0.38
HSL 18.28º 0.69% 0.36% -
HSV(B) 18.28º 0.82% 0.62% -
XYZ 16.19 11.39 2.51 -
YUV 90.17 93.49 175.67 -
System Red Green Blue C M Y K H S L
Decimal 157 68 29 0 0.57 0.82 0.38 18.28 0.69 0.36
Hex 9D 44 1D 0 39 52 26 12 45 24
Octal 235 104 35 0 71 122 46 22 105 44
Binary 10011101 1000100 11101 0 111001 1010010 100110 10010 1000101 100100

Color Harmonies of #9D441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D441D

Black with #9D441D

Text Example


Text Example

White with #9D441D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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