Html Css Color HEX #9A7135 Buttered Rum

📋 copy color: '#9A7135'

red 154 ◦ green 113 ◦ blue 53

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

Shades of Buttered Rum #9A7135

Tints of Buttered Rum #9A7135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.56%

R = 48.13%
G = 35.31%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#9A7135 (or 0x9A7135) is known color: Buttered Rum. HEX triplet: 9A, 71 and 35. RGB value is (154,113,53). Sum of RGB (Red+Green+Blue) = 154+113+53=320 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.12% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7135 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7135 is #658ECA. Grayscale: #767676. Windows color (decimal): -6655691 or 3502490. OLE color: 3502490.

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

Color convert

RGB 154 113 53 -
CMYK 0 0.27 0.66 0.40
HSL 35.64º 0.49% 0.41% -
HSV(B) 35.64º 0.66% 0.6% -
XYZ 19.87 18.94 5.98 -
YUV 118.42 91.08 153.38 -
System Red Green Blue C M Y K H S L
Decimal 154 113 53 0 0.27 0.66 0.40 35.64 0.49 0.41
Hex 9A 71 35 0 1B 42 28 24 31 29
Octal 232 161 65 0 33 102 50 44 61 51
Binary 10011010 1110001 110101 0 11011 1000010 101000 100100 110001 101001

Color Harmonies of #9A7135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7135

Black with #9A7135

Text Example


Text Example

White with #9A7135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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