Html Css Color HEX #9D7020 Buttered Rum

📋 copy color: '#9D7020'

red 157 ◦ green 112 ◦ blue 32

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

Shades of Buttered Rum #9D7020

Tints of Buttered Rum #9D7020

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.21%

 BLUE value IS 32 (12.89% from 255) = 10.63%

R = 52.16%
G = 37.21%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#9D7020 (or 0x9D7020) is known color: Buttered Rum. HEX triplet: 9D, 70 and 20. RGB value is (157,112,32). Sum of RGB (Red+Green+Blue) = 157+112+32=301 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.16% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7020 is #628FDF. Grayscale: #747474. Windows color (decimal): -6459360 or 2125981. OLE color: 2125981.

HSL color Cylindrical-coordinate representation of color #9D7020: hue angle of 38.4º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D7020 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 112 32 -
CMYK 0 0.29 0.80 0.38
HSL 38.4º 0.66% 0.37% -
HSV(B) 38.4º 0.8% 0.62% -
XYZ 19.96 18.86 3.96 -
YUV 116.34 80.41 157 -
System Red Green Blue C M Y K H S L
Decimal 157 112 32 0 0.29 0.80 0.38 38.4 0.66 0.37
Hex 9D 70 20 0 1D 50 26 26 42 25
Octal 235 160 40 0 35 120 46 46 102 45
Binary 10011101 1110000 100000 0 11101 1010000 100110 100110 1000010 100101

Color Harmonies of #9D7020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7020

Black with #9D7020

Text Example


Text Example

White with #9D7020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,112,32); }

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

background-color css

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

 a { background-color: rgb(157,112,32); }

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

border-color css

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

 span { border-color: rgb(157,112,32); }

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