Html Css Color HEX #997035 Buttered Rum

📋 copy color: '#997035'

red 153 ◦ green 112 ◦ blue 53

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

Shades of Buttered Rum #997035

Tints of Buttered Rum #997035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.67%

R = 48.11%
G = 35.22%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#997035 (or 0x997035) is known color: Buttered Rum. HEX triplet: 99, 70 and 35. RGB value is (153,112,53). Sum of RGB (Red+Green+Blue) = 153+112+53=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #997035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997035 is #668FCA. Grayscale: #757575. Windows color (decimal): -6721483 or 3502233. OLE color: 3502233.

HSL color Cylindrical-coordinate representation of color #997035: hue angle of 35.4º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #997035 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 112 53 -
CMYK 0 0.27 0.65 0.4
HSL 35.4º 0.49% 0.4% -
HSV(B) 35.4º 0.65% 0.6% -
XYZ 19.57 18.62 5.93 -
YUV 117.53 91.58 153.3 -
System Red Green Blue C M Y K H S L
Decimal 153 112 53 0 0.27 0.65 0.4 35.4 0.49 0.4
Hex 99 70 35 0 1B 41 28 23 31 28
Octal 231 160 65 0 33 101 50 43 61 50
Binary 10011001 1110000 110101 0 11011 1000001 101000 100011 110001 101000

Color Harmonies of #997035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997035

Black with #997035

Text Example


Text Example

White with #997035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997035; }

 p { color: rgb(153,112,53); }

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

background-color css

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

 a { background-color: rgb(153,112,53); }

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

border-color css

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

 span { border-color: rgb(153,112,53); }

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