Html Css Color HEX #987127 Buttered Rum

📋 copy color: '#987127'

red 152 ◦ green 113 ◦ blue 39

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

Shades of Buttered Rum #987127

Tints of Buttered Rum #987127

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.17%

 BLUE value IS 39 (15.63% from 255) = 12.83%

R = 50%
G = 37.17%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#987127 (or 0x987127) is known color: Buttered Rum. HEX triplet: 98, 71 and 27. RGB value is (152,113,39). Sum of RGB (Red+Green+Blue) = 152+113+39=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 39 (15.62% from 255 or 12.83% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #987127 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987127 is #678ED8. Grayscale: #747474. Windows color (decimal): -6786777 or 2584984. OLE color: 2584984.

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

Color convert

RGB 152 113 39 -
CMYK 0 0.26 0.74 0.40
HSL 39.29º 0.59% 0.37% -
HSV(B) 39.29º 0.74% 0.6% -
XYZ 19.22 18.63 4.5 -
YUV 116.23 84.42 153.52 -
System Red Green Blue C M Y K H S L
Decimal 152 113 39 0 0.26 0.74 0.40 39.29 0.59 0.37
Hex 98 71 27 0 1A 4A 28 27 3B 25
Octal 230 161 47 0 32 112 50 47 73 45
Binary 10011000 1110001 100111 0 11010 1001010 101000 100111 111011 100101

Color Harmonies of #987127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987127

Black with #987127

Text Example


Text Example

White with #987127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987127; }

 p { color: rgb(152,113,39); }

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

background-color css

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

 a { background-color: rgb(152,113,39); }

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

border-color css

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

 span { border-color: rgb(152,113,39); }

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