Html Css Color HEX #9A7328 Buttered Rum

📋 copy color: '#9A7328'

red 154 ◦ green 115 ◦ blue 40

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

Shades of Buttered Rum #9A7328

Tints of Buttered Rum #9A7328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.94%

R = 49.84%
G = 37.22%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#9A7328 (or 0x9A7328) is known color: Buttered Rum. HEX triplet: 9A, 73 and 28. RGB value is (154,115,40). Sum of RGB (Red+Green+Blue) = 154+115+40=309 (40% of max value = 765). Red value is 154 (60.55% from 255 or 49.84% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7328 is #658CD7. Grayscale: #767676. Windows color (decimal): -6655192 or 2651034. OLE color: 2651034.

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

Color convert

RGB 154 115 40 -
CMYK 0 0.25 0.74 0.40
HSL 39.47º 0.59% 0.38% -
HSV(B) 39.47º 0.74% 0.6% -
XYZ 19.84 19.28 4.68 -
YUV 118.11 83.92 153.6 -
System Red Green Blue C M Y K H S L
Decimal 154 115 40 0 0.25 0.74 0.40 39.47 0.59 0.38
Hex 9A 73 28 0 19 4A 28 27 3B 26
Octal 232 163 50 0 31 112 50 47 73 46
Binary 10011010 1110011 101000 0 11001 1001010 101000 100111 111011 100110

Color Harmonies of #9A7328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7328

Black with #9A7328

Text Example


Text Example

White with #9A7328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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