Html Css Color HEX #98762C Buttered Rum

📋 copy color: '#98762C'

red 152 ◦ green 118 ◦ blue 44

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

Shades of Buttered Rum #98762C

Tints of Buttered Rum #98762C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.01%

R = 48.41%
G = 37.58%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#98762C (or 0x98762C) is known color: Buttered Rum. HEX triplet: 98, 76 and 2C. RGB value is (152,118,44). Sum of RGB (Red+Green+Blue) = 152+118+44=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #98762C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98762C is #6789D3. Grayscale: #787878. Windows color (decimal): -6785492 or 2913944. OLE color: 2913944.

HSL color Cylindrical-coordinate representation of color #98762C: hue angle of 41.11º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #98762C is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 118 44 -
CMYK 0 0.22 0.71 0.40
HSL 41.11º 0.55% 0.38% -
HSV(B) 41.11º 0.71% 0.6% -
XYZ 19.88 19.81 5.16 -
YUV 119.73 85.26 151.02 -
System Red Green Blue C M Y K H S L
Decimal 152 118 44 0 0.22 0.71 0.40 41.11 0.55 0.38
Hex 98 76 2C 0 16 47 28 29 37 26
Octal 230 166 54 0 26 107 50 51 67 46
Binary 10011000 1110110 101100 0 10110 1000111 101000 101001 110111 100110

Color Harmonies of #98762C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98762C

Black with #98762C

Text Example


Text Example

White with #98762C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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