Html Css Color HEX #98783D Buttered Rum

📋 copy color: '#98783D'

red 152 ◦ green 120 ◦ blue 61

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

Shades of Buttered Rum #98783D

Tints of Buttered Rum #98783D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.04%

 BLUE value IS 61 (24.22% from 255) = 18.32%

R = 45.65%
G = 36.04%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.40

RGB Variations

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

Color information

#98783D (or 0x98783D) is known color: Buttered Rum. HEX triplet: 98, 78 and 3D. RGB value is (152,120,61). Sum of RGB (Red+Green+Blue) = 152+120+61=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #98783D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98783D is #6787C2. Grayscale: #7B7B7B. Windows color (decimal): -6784963 or 4028568. OLE color: 4028568.

HSL color Cylindrical-coordinate representation of color #98783D: hue angle of 38.9º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #98783D is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 120 61 -
CMYK 0 0.21 0.60 0.40
HSL 38.9º 0.43% 0.42% -
HSV(B) 38.9º 0.6% 0.6% -
XYZ 20.51 20.45 7.28 -
YUV 122.84 93.1 148.8 -
System Red Green Blue C M Y K H S L
Decimal 152 120 61 0 0.21 0.60 0.40 38.9 0.43 0.42
Hex 98 78 3D 0 15 3C 28 27 2B 2A
Octal 230 170 75 0 25 74 50 47 53 52
Binary 10011000 1111000 111101 0 10101 111100 101000 100111 101011 101010

Color Harmonies of #98783D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98783D

Black with #98783D

Text Example


Text Example

White with #98783D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,120,61); }

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

background-color css

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

 a { background-color: rgb(152,120,61); }

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

border-color css

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

 span { border-color: rgb(152,120,61); }

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