Html Css Color HEX #9A752C Buttered Rum

📋 copy color: '#9A752C'

red 154 ◦ green 117 ◦ blue 44

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

Shades of Buttered Rum #9A752C

Tints of Buttered Rum #9A752C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.14%

 BLUE value IS 44 (17.58% from 255) = 13.97%

R = 48.89%
G = 37.14%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#9A752C (or 0x9A752C) is known color: Buttered Rum. HEX triplet: 9A, 75 and 2C. RGB value is (154,117,44). Sum of RGB (Red+Green+Blue) = 154+117+44=315 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.89% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 154 - color contains mainly: red. Hex color #9A752C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A752C is #658AD3. Grayscale: #787878. Windows color (decimal): -6654676 or 2913690. OLE color: 2913690.

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

Color convert

RGB 154 117 44 -
CMYK 0 0.24 0.71 0.40
HSL 39.82º 0.56% 0.39% -
HSV(B) 39.82º 0.71% 0.6% -
XYZ 20.14 19.77 5.14 -
YUV 119.74 85.26 152.44 -
System Red Green Blue C M Y K H S L
Decimal 154 117 44 0 0.24 0.71 0.40 39.82 0.56 0.39
Hex 9A 75 2C 0 18 47 28 28 38 27
Octal 232 165 54 0 30 107 50 50 70 47
Binary 10011010 1110101 101100 0 11000 1000111 101000 101000 111000 100111

Color Harmonies of #9A752C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A752C

Black with #9A752C

Text Example


Text Example

White with #9A752C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,117,44); }

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

background-color css

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

 a { background-color: rgb(154,117,44); }

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

border-color css

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

 span { border-color: rgb(154,117,44); }

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