Html Css Color HEX #98702B Buttered Rum

📋 copy color: '#98702B'

red 152 ◦ green 112 ◦ blue 43

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

Shades of Buttered Rum #98702B

Tints of Buttered Rum #98702B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.01%

R = 49.51%
G = 36.48%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#98702B (or 0x98702B) is known color: Buttered Rum. HEX triplet: 98, 70 and 2B. RGB value is (152,112,43). Sum of RGB (Red+Green+Blue) = 152+112+43=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #98702B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98702B is #678FD4. Grayscale: #747474. Windows color (decimal): -6787029 or 2846872. OLE color: 2846872.

HSL color Cylindrical-coordinate representation of color #98702B: hue angle of 37.98º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #98702B is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 112 43 -
CMYK 0 0.26 0.72 0.40
HSL 37.98º 0.56% 0.38% -
HSV(B) 37.98º 0.72% 0.6% -
XYZ 19.18 18.44 4.83 -
YUV 116.09 86.75 153.61 -
System Red Green Blue C M Y K H S L
Decimal 152 112 43 0 0.26 0.72 0.40 37.98 0.56 0.38
Hex 98 70 2B 0 1A 48 28 26 38 26
Octal 230 160 53 0 32 110 50 46 70 46
Binary 10011000 1110000 101011 0 11010 1001000 101000 100110 111000 100110

Color Harmonies of #98702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98702B

Black with #98702B

Text Example


Text Example

White with #98702B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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