Html Css Color HEX #9D7C31 Buttered Rum

📋 copy color: '#9D7C31'

red 157 ◦ green 124 ◦ blue 49

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

Shades of Buttered Rum #9D7C31

Tints of Buttered Rum #9D7C31

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.58%

 BLUE value IS 49 (19.53% from 255) = 14.85%

R = 47.58%
G = 37.58%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#9D7C31 (or 0x9D7C31) is known color: Buttered Rum. HEX triplet: 9D, 7C and 31. RGB value is (157,124,49). Sum of RGB (Red+Green+Blue) = 157+124+49=330 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.58% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7C31 is #6283CE. Grayscale: #7D7D7D. Windows color (decimal): -6456271 or 3243165. OLE color: 3243165.

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

Color convert

RGB 157 124 49 -
CMYK 0 0.21 0.69 0.38
HSL 41.67º 0.52% 0.4% -
HSV(B) 41.67º 0.69% 0.62% -
XYZ 21.67 21.81 5.97 -
YUV 125.32 84.93 150.6 -
System Red Green Blue C M Y K H S L
Decimal 157 124 49 0 0.21 0.69 0.38 41.67 0.52 0.4
Hex 9D 7C 31 0 15 45 26 2A 34 28
Octal 235 174 61 0 25 105 46 52 64 50
Binary 10011101 1111100 110001 0 10101 1000101 100110 101010 110100 101000

Color Harmonies of #9D7C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7C31

Black with #9D7C31

Text Example


Text Example

White with #9D7C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,124,49); }

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

background-color css

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

 a { background-color: rgb(157,124,49); }

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

border-color css

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

 span { border-color: rgb(157,124,49); }

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