Html Css Color HEX #98772C Buttered Rum

📋 copy color: '#98772C'

red 152 ◦ green 119 ◦ blue 44

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

Shades of Buttered Rum #98772C

Tints of Buttered Rum #98772C

RGB

 RED value IS 152 (59.77% from 255) = 48.25%

 GREEN value IS 119 (46.88% from 255) = 37.78%

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

R = 48.25%
G = 37.78%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#98772C (or 0x98772C) is known color: Buttered Rum. HEX triplet: 98, 77 and 2C. RGB value is (152,119,44). Sum of RGB (Red+Green+Blue) = 152+119+44=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #98772C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98772C is #6788D3. Grayscale: #787878. Windows color (decimal): -6785236 or 2914200. OLE color: 2914200.

HSL color Cylindrical-coordinate representation of color #98772C: hue angle of 41.67º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #98772C is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 119 44 -
CMYK 0 0.22 0.71 0.40
HSL 41.67º 0.55% 0.38% -
HSV(B) 41.67º 0.71% 0.6% -
XYZ 20 20.05 5.2 -
YUV 120.32 84.93 150.6 -
System Red Green Blue C M Y K H S L
Decimal 152 119 44 0 0.22 0.71 0.40 41.67 0.55 0.38
Hex 98 77 2C 0 16 47 28 2A 37 26
Octal 230 167 54 0 26 107 50 52 67 46
Binary 10011000 1110111 101100 0 10110 1000111 101000 101010 110111 100110

Color Harmonies of #98772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98772C

Black with #98772C

Text Example


Text Example

White with #98772C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98772C; }

 p { color: rgb(152,119,44); }

 H1.HeaderClassName
 {
   color: #98772C;
 }
 .AnyTagClassName
 {
   color: #98772C;
 }
</style>

background-color css

<style>
 a { background-color: #98772C; }

 a { background-color: rgb(152,119,44); }

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

border-color css

<style>
 span { border-color: #98772C; }

 span { border-color: rgb(152,119,44); }

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