Html Css Color HEX #9A712F Buttered Rum

📋 copy color: '#9A712F'

red 154 ◦ green 113 ◦ blue 47

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

Shades of Buttered Rum #9A712F

Tints of Buttered Rum #9A712F

RGB

 RED value IS 154 (60.55% from 255) = 49.04%

 GREEN value IS 113 (44.53% from 255) = 35.99%

 BLUE value IS 47 (18.75% from 255) = 14.97%

R = 49.04%
G = 35.99%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#9A712F (or 0x9A712F) is known color: Buttered Rum. HEX triplet: 9A, 71 and 2F. RGB value is (154,113,47). Sum of RGB (Red+Green+Blue) = 154+113+47=314 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.04% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 154 - color contains mainly: red. Hex color #9A712F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A712F is #658ED0. Grayscale: #767676. Windows color (decimal): -6655697 or 3109274. OLE color: 3109274.

HSL color Cylindrical-coordinate representation of color #9A712F: hue angle of 37.01º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A712F is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 113 47 -
CMYK 0 0.27 0.69 0.40
HSL 37.01º 0.53% 0.39% -
HSV(B) 37.01º 0.69% 0.6% -
XYZ 19.74 18.89 5.29 -
YUV 117.74 88.08 153.87 -
System Red Green Blue C M Y K H S L
Decimal 154 113 47 0 0.27 0.69 0.40 37.01 0.53 0.39
Hex 9A 71 2F 0 1B 45 28 25 35 27
Octal 232 161 57 0 33 105 50 45 65 47
Binary 10011010 1110001 101111 0 11011 1000101 101000 100101 110101 100111

Color Harmonies of #9A712F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A712F

Black with #9A712F

Text Example


Text Example

White with #9A712F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,113,47); }

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

background-color css

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

 a { background-color: rgb(154,113,47); }

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

border-color css

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

 span { border-color: rgb(154,113,47); }

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