Html Css Color HEX #98702F Buttered Rum

📋 copy color: '#98702F'

red 152 ◦ green 112 ◦ blue 47

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

Shades of Buttered Rum #98702F

Tints of Buttered Rum #98702F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.01%

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

R = 48.87%
G = 36.01%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#98702F (or 0x98702F) is known color: Buttered Rum. HEX triplet: 98, 70 and 2F. RGB value is (152,112,47). Sum of RGB (Red+Green+Blue) = 152+112+47=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #98702F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98702F is #678FD0. Grayscale: #747474. Windows color (decimal): -6787025 or 3109016. OLE color: 3109016.

HSL color Cylindrical-coordinate representation of color #98702F: hue angle of 37.14º 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 #98702F is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 112 47 -
CMYK 0 0.26 0.69 0.40
HSL 37.14º 0.53% 0.39% -
HSV(B) 37.14º 0.69% 0.6% -
XYZ 19.26 18.47 5.24 -
YUV 116.55 88.75 153.29 -
System Red Green Blue C M Y K H S L
Decimal 152 112 47 0 0.26 0.69 0.40 37.14 0.53 0.39
Hex 98 70 2F 0 1A 45 28 25 35 27
Octal 230 160 57 0 32 105 50 45 65 47
Binary 10011000 1110000 101111 0 11010 1000101 101000 100101 110101 100111

Color Harmonies of #98702F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98702F

Black with #98702F

Text Example


Text Example

White with #98702F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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