Html Css Color HEX #987033 Buttered Rum

📋 copy color: '#987033'

red 152 ◦ green 112 ◦ blue 51

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

Shades of Buttered Rum #987033

Tints of Buttered Rum #987033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.19%

R = 48.25%
G = 35.56%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#987033 (or 0x987033) is known color: Buttered Rum. HEX triplet: 98, 70 and 33. RGB value is (152,112,51). Sum of RGB (Red+Green+Blue) = 152+112+51=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #987033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987033 is #678FCC. Grayscale: #757575. Windows color (decimal): -6787021 or 3371160. OLE color: 3371160.

HSL color Cylindrical-coordinate representation of color #987033: hue angle of 36.24º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #987033 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 112 51 -
CMYK 0 0.26 0.66 0.40
HSL 36.24º 0.5% 0.4% -
HSV(B) 36.24º 0.66% 0.6% -
XYZ 19.34 18.5 5.68 -
YUV 117.01 90.75 152.96 -
System Red Green Blue C M Y K H S L
Decimal 152 112 51 0 0.26 0.66 0.40 36.24 0.5 0.4
Hex 98 70 33 0 1A 42 28 24 32 28
Octal 230 160 63 0 32 102 50 44 62 50
Binary 10011000 1110000 110011 0 11010 1000010 101000 100100 110010 101000

Color Harmonies of #987033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987033

Black with #987033

Text Example


Text Example

White with #987033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987033; }

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

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

background-color css

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

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

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

border-color css

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

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

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