Html Css Color HEX #9A732A Buttered Rum

📋 copy color: '#9A732A'

red 154 ◦ green 115 ◦ blue 42

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

Shades of Buttered Rum #9A732A

Tints of Buttered Rum #9A732A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.98%

 BLUE value IS 42 (16.8% from 255) = 13.5%

R = 49.52%
G = 36.98%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#9A732A (or 0x9A732A) is known color: Buttered Rum. HEX triplet: 9A, 73 and 2A. RGB value is (154,115,42). Sum of RGB (Red+Green+Blue) = 154+115+42=311 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.52% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 154 - color contains mainly: red. Hex color #9A732A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A732A is #658CD5. Grayscale: #767676. Windows color (decimal): -6655190 or 2782106. OLE color: 2782106.

HSL color Cylindrical-coordinate representation of color #9A732A: hue angle of 39.11º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A732A is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 115 42 -
CMYK 0 0.25 0.73 0.40
HSL 39.11º 0.57% 0.38% -
HSV(B) 39.11º 0.73% 0.6% -
XYZ 19.88 19.3 4.87 -
YUV 118.34 84.92 153.44 -
System Red Green Blue C M Y K H S L
Decimal 154 115 42 0 0.25 0.73 0.40 39.11 0.57 0.38
Hex 9A 73 2A 0 19 49 28 27 39 26
Octal 232 163 52 0 31 111 50 47 71 46
Binary 10011010 1110011 101010 0 11001 1001001 101000 100111 111001 100110

Color Harmonies of #9A732A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A732A

Black with #9A732A

Text Example


Text Example

White with #9A732A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,115,42); }

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

background-color css

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

 a { background-color: rgb(154,115,42); }

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

border-color css

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

 span { border-color: rgb(154,115,42); }

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