Html Css Color HEX #997127 Buttered Rum

📋 copy color: '#997127'

red 153 ◦ green 113 ◦ blue 39

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

Shades of Buttered Rum #997127

Tints of Buttered Rum #997127

RGB

 RED value IS 153 (60.16% from 255) = 50.16%

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

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

R = 50.16%
G = 37.05%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#997127 (or 0x997127) is known color: Buttered Rum. HEX triplet: 99, 71 and 27. RGB value is (153,113,39). Sum of RGB (Red+Green+Blue) = 153+113+39=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 39 (15.62% from 255 or 12.79% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #997127 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997127 is #668ED8. Grayscale: #747474. Windows color (decimal): -6721241 or 2584985. OLE color: 2584985.

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

Color convert

RGB 153 113 39 -
CMYK 0 0.26 0.75 0.4
HSL 38.95º 0.59% 0.38% -
HSV(B) 38.95º 0.75% 0.6% -
XYZ 19.41 18.73 4.51 -
YUV 116.52 84.25 154.02 -
System Red Green Blue C M Y K H S L
Decimal 153 113 39 0 0.26 0.75 0.4 38.95 0.59 0.38
Hex 99 71 27 0 1A 4B 28 27 3B 26
Octal 231 161 47 0 32 113 50 47 73 46
Binary 10011001 1110001 100111 0 11010 1001011 101000 100111 111011 100110

Color Harmonies of #997127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997127

Black with #997127

Text Example


Text Example

White with #997127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997127; }

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

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

background-color css

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

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

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

border-color css

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

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

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