Html Css Color HEX #98762D Buttered Rum

📋 copy color: '#98762D'

red 152 ◦ green 118 ◦ blue 45

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

Shades of Buttered Rum #98762D

Tints of Buttered Rum #98762D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.46%

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

R = 48.25%
G = 37.46%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#98762D (or 0x98762D) is known color: Buttered Rum. HEX triplet: 98, 76 and 2D. RGB value is (152,118,45). Sum of RGB (Red+Green+Blue) = 152+118+45=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #98762D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98762D is #6789D2. Grayscale: #787878. Windows color (decimal): -6785491 or 2979480. OLE color: 2979480.

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

Color convert

RGB 152 118 45 -
CMYK 0 0.22 0.70 0.40
HSL 40.93º 0.54% 0.39% -
HSV(B) 40.93º 0.7% 0.6% -
XYZ 19.9 19.82 5.26 -
YUV 119.84 85.76 150.94 -
System Red Green Blue C M Y K H S L
Decimal 152 118 45 0 0.22 0.70 0.40 40.93 0.54 0.39
Hex 98 76 2D 0 16 46 28 29 36 27
Octal 230 166 55 0 26 106 50 51 66 47
Binary 10011000 1110110 101101 0 10110 1000110 101000 101001 110110 100111

Color Harmonies of #98762D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98762D

Black with #98762D

Text Example


Text Example

White with #98762D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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