Html Css Color HEX #9D701F Buttered Rum

📋 copy color: '#9D701F'

red 157 ◦ green 112 ◦ blue 31

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

Shades of Buttered Rum #9D701F

Tints of Buttered Rum #9D701F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.33%

R = 52.33%
G = 37.33%
B = 10.33%

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

#9D701F (or 0x9D701F) is known color: Buttered Rum. HEX triplet: 9D, 70 and 1F. RGB value is (157,112,31). Sum of RGB (Red+Green+Blue) = 157+112+31=300 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.33% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 31 (12.5% from 255 or 10.33% from 300); Max value from RGB is 157 - color contains mainly: red. Hex color #9D701F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D701F is #628FE0. Grayscale: #747474. Windows color (decimal): -6459361 or 2060445. OLE color: 2060445.

HSL color Cylindrical-coordinate representation of color #9D701F: hue angle of 38.57º degrees, saturation: 0.67, 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 #9D701F is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 112 31 -
CMYK 0 0.29 0.80 0.38
HSL 38.57º 0.67% 0.37% -
HSV(B) 38.57º 0.8% 0.62% -
XYZ 19.95 18.86 3.88 -
YUV 116.22 79.91 157.09 -
System Red Green Blue C M Y K H S L
Decimal 157 112 31 0 0.29 0.80 0.38 38.57 0.67 0.37
Hex 9D 70 1F 0 1D 50 26 27 43 25
Octal 235 160 37 0 35 120 46 47 103 45
Binary 10011101 1110000 11111 0 11101 1010000 100110 100111 1000011 100101

Color Harmonies of #9D701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D701F

Black with #9D701F

Text Example


Text Example

White with #9D701F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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