Html Css Color HEX #9D481A Rich Gold

📋 copy color: '#9D481A'

red 157 ◦ green 72 ◦ blue 26

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

Shades of Rich Gold #9D481A

Tints of Rich Gold #9D481A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.24%

 BLUE value IS 26 (10.55% from 255) = 10.2%

R = 61.57%
G = 28.24%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#9D481A (or 0x9D481A) is known color: Rich Gold. HEX triplet: 9D, 48 and 1A. RGB value is (157,72,26). Sum of RGB (Red+Green+Blue) = 157+72+26=255 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.57% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 157 - color contains mainly: red. Hex color #9D481A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D481A is #62B7E5. Grayscale: #5C5C5C. Windows color (decimal): -6469606 or 1722525. OLE color: 1722525.

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

Color convert

RGB 157 72 26 -
CMYK 0 0.54 0.83 0.38
HSL 21.07º 0.72% 0.36% -
HSV(B) 21.07º 0.83% 0.62% -
XYZ 16.41 11.88 2.41 -
YUV 92.17 90.66 174.24 -
System Red Green Blue C M Y K H S L
Decimal 157 72 26 0 0.54 0.83 0.38 21.07 0.72 0.36
Hex 9D 48 1A 0 36 53 26 15 48 24
Octal 235 110 32 0 66 123 46 25 110 44
Binary 10011101 1001000 11010 0 110110 1010011 100110 10101 1001000 100100

Color Harmonies of #9D481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D481A

Black with #9D481A

Text Example


Text Example

White with #9D481A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,72,26); }

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

background-color css

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

 a { background-color: rgb(157,72,26); }

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

border-color css

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

 span { border-color: rgb(157,72,26); }

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