Html Css Color HEX #9D481B Rich Gold

📋 copy color: '#9D481B'

red 157 ◦ green 72 ◦ blue 27

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

Shades of Rich Gold #9D481B

Tints of Rich Gold #9D481B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.55%

R = 61.33%
G = 28.13%
B = 10.55%

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

#9D481B (or 0x9D481B) is known color: Rich Gold. HEX triplet: 9D, 48 and 1B. RGB value is (157,72,27). Sum of RGB (Red+Green+Blue) = 157+72+27=256 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.33% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 157 - color contains mainly: red. Hex color #9D481B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D481B is #62B7E4. Grayscale: #5C5C5C. Windows color (decimal): -6469605 or 1788061. OLE color: 1788061.

HSL color Cylindrical-coordinate representation of color #9D481B: hue angle of 20.77º degrees, saturation: 0.71, 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 #9D481B is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 72 27 -
CMYK 0 0.54 0.83 0.38
HSL 20.77º 0.71% 0.36% -
HSV(B) 20.77º 0.83% 0.62% -
XYZ 16.42 11.88 2.46 -
YUV 92.29 91.16 174.16 -
System Red Green Blue C M Y K H S L
Decimal 157 72 27 0 0.54 0.83 0.38 20.77 0.71 0.36
Hex 9D 48 1B 0 36 53 26 15 47 24
Octal 235 110 33 0 66 123 46 25 107 44
Binary 10011101 1001000 11011 0 110110 1010011 100110 10101 1000111 100100

Color Harmonies of #9D481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D481B

Black with #9D481B

Text Example


Text Example

White with #9D481B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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