Html Css Color HEX #9D702D Buttered Rum

📋 copy color: '#9D702D'

red 157 ◦ green 112 ◦ blue 45

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

Shades of Buttered Rum #9D702D

Tints of Buttered Rum #9D702D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.33%

R = 50%
G = 35.67%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.71

 K value IS 0.38

RGB Variations

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

Color information

#9D702D (or 0x9D702D) is known color: Buttered Rum. HEX triplet: 9D, 70 and 2D. RGB value is (157,112,45). Sum of RGB (Red+Green+Blue) = 157+112+45=314 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 157 - color contains mainly: red. Hex color #9D702D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D702D is #628FD2. Grayscale: #767676. Windows color (decimal): -6459347 or 2977949. OLE color: 2977949.

HSL color Cylindrical-coordinate representation of color #9D702D: hue angle of 35.89º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9D702D is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 112 45 -
CMYK 0 0.29 0.71 0.38
HSL 35.89º 0.55% 0.4% -
HSV(B) 35.89º 0.71% 0.62% -
XYZ 20.17 18.95 5.08 -
YUV 117.82 86.91 155.95 -
System Red Green Blue C M Y K H S L
Decimal 157 112 45 0 0.29 0.71 0.38 35.89 0.55 0.4
Hex 9D 70 2D 0 1D 47 26 24 37 28
Octal 235 160 55 0 35 107 46 44 67 50
Binary 10011101 1110000 101101 0 11101 1000111 100110 100100 110111 101000

Color Harmonies of #9D702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D702D

Black with #9D702D

Text Example


Text Example

White with #9D702D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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