Html Css Color HEX #98752D Buttered Rum

📋 copy color: '#98752D'

red 152 ◦ green 117 ◦ blue 45

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

Shades of Buttered Rum #98752D

Tints of Buttered Rum #98752D

RGB

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

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

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

R = 48.41%
G = 37.26%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#98752D (or 0x98752D) is known color: Buttered Rum. HEX triplet: 98, 75 and 2D. RGB value is (152,117,45). Sum of RGB (Red+Green+Blue) = 152+117+45=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #98752D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98752D is #678AD2. Grayscale: #777777. Windows color (decimal): -6785747 or 2979224. OLE color: 2979224.

HSL color Cylindrical-coordinate representation of color #98752D: hue angle of 40.37º 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 #98752D is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 117 45 -
CMYK 0 0.23 0.70 0.40
HSL 40.37º 0.54% 0.39% -
HSV(B) 40.37º 0.7% 0.6% -
XYZ 19.78 19.59 5.22 -
YUV 119.26 86.1 151.35 -
System Red Green Blue C M Y K H S L
Decimal 152 117 45 0 0.23 0.70 0.40 40.37 0.54 0.39
Hex 98 75 2D 0 17 46 28 28 36 27
Octal 230 165 55 0 27 106 50 50 66 47
Binary 10011000 1110101 101101 0 10111 1000110 101000 101000 110110 100111

Color Harmonies of #98752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98752D

Black with #98752D

Text Example


Text Example

White with #98752D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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