Html Css Color HEX #98722D Buttered Rum

📋 copy color: '#98722D'

red 152 ◦ green 114 ◦ blue 45

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

Shades of Buttered Rum #98722D

Tints of Buttered Rum #98722D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.66%

 BLUE value IS 45 (17.97% from 255) = 14.47%

R = 48.87%
G = 36.66%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#98722D (or 0x98722D) is known color: Buttered Rum. HEX triplet: 98, 72 and 2D. RGB value is (152,114,45). Sum of RGB (Red+Green+Blue) = 152+114+45=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #98722D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98722D is #678DD2. Grayscale: #757575. Windows color (decimal): -6786515 or 2978456. OLE color: 2978456.

HSL color Cylindrical-coordinate representation of color #98722D: hue angle of 38.69º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98722D is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 114 45 -
CMYK 0 0.25 0.70 0.40
HSL 38.69º 0.54% 0.39% -
HSV(B) 38.69º 0.7% 0.6% -
XYZ 19.44 18.9 5.11 -
YUV 117.5 87.09 152.61 -
System Red Green Blue C M Y K H S L
Decimal 152 114 45 0 0.25 0.70 0.40 38.69 0.54 0.39
Hex 98 72 2D 0 19 46 28 27 36 27
Octal 230 162 55 0 31 106 50 47 66 47
Binary 10011000 1110010 101101 0 11001 1000110 101000 100111 110110 100111

Color Harmonies of #98722D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98722D

Black with #98722D

Text Example


Text Example

White with #98722D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98722D; }

 p { color: rgb(152,114,45); }

 H1.HeaderClassName
 {
   color: #98722D;
 }
 .AnyTagClassName
 {
   color: #98722D;
 }
</style>

background-color css

<style>
 a { background-color: #98722D; }

 a { background-color: rgb(152,114,45); }

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

border-color css

<style>
 span { border-color: #98722D; }

 span { border-color: rgb(152,114,45); }

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