Html Css Color HEX #98752F Buttered Rum

📋 copy color: '#98752F'

red 152 ◦ green 117 ◦ blue 47

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

Shades of Buttered Rum #98752F

Tints of Buttered Rum #98752F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.87%

R = 48.1%
G = 37.03%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#98752F (or 0x98752F) is known color: Buttered Rum. HEX triplet: 98, 75 and 2F. RGB value is (152,117,47). Sum of RGB (Red+Green+Blue) = 152+117+47=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #98752F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98752F is #678AD0. Grayscale: #777777. Windows color (decimal): -6785745 or 3110296. OLE color: 3110296.

HSL color Cylindrical-coordinate representation of color #98752F: hue angle of 40º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #98752F is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 117 47 -
CMYK 0 0.23 0.69 0.40
HSL 40º 0.53% 0.39% -
HSV(B) 40º 0.69% 0.6% -
XYZ 19.82 19.6 5.43 -
YUV 119.49 87.1 151.19 -
System Red Green Blue C M Y K H S L
Decimal 152 117 47 0 0.23 0.69 0.40 40 0.53 0.39
Hex 98 75 2F 0 17 45 28 28 35 27
Octal 230 165 57 0 27 105 50 50 65 47
Binary 10011000 1110101 101111 0 10111 1000101 101000 101000 110101 100111

Color Harmonies of #98752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98752F

Black with #98752F

Text Example


Text Example

White with #98752F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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