Html Css Color HEX #98753F Buttered Rum

📋 copy color: '#98753F'

red 152 ◦ green 117 ◦ blue 63

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

Shades of Buttered Rum #98753F

Tints of Buttered Rum #98753F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.98%

R = 45.78%
G = 35.24%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.40

RGB Variations

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

Color information

#98753F (or 0x98753F) is known color: Buttered Rum. HEX triplet: 98, 75 and 3F. RGB value is (152,117,63). Sum of RGB (Red+Green+Blue) = 152+117+63=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #98753F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98753F is #678AC0. Grayscale: #797979. Windows color (decimal): -6785729 or 4158872. OLE color: 4158872.

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

Color convert

RGB 152 117 63 -
CMYK 0 0.23 0.59 0.40
HSL 36.4º 0.41% 0.42% -
HSV(B) 36.4º 0.59% 0.6% -
XYZ 20.21 19.76 7.45 -
YUV 121.31 95.1 149.89 -
System Red Green Blue C M Y K H S L
Decimal 152 117 63 0 0.23 0.59 0.40 36.4 0.41 0.42
Hex 98 75 3F 0 17 3B 28 24 29 2A
Octal 230 165 77 0 27 73 50 44 51 52
Binary 10011000 1110101 111111 0 10111 111011 101000 100100 101001 101010

Color Harmonies of #98753F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98753F

Black with #98753F

Text Example


Text Example

White with #98753F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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