Html Css Color HEX #997033 Buttered Rum

📋 copy color: '#997033'

red 153 ◦ green 112 ◦ blue 51

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

Shades of Buttered Rum #997033

Tints of Buttered Rum #997033

RGB

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

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

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

R = 48.42%
G = 35.44%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#997033 (or 0x997033) is known color: Buttered Rum. HEX triplet: 99, 70 and 33. RGB value is (153,112,51). Sum of RGB (Red+Green+Blue) = 153+112+51=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #997033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997033 is #668FCC. Grayscale: #757575. Windows color (decimal): -6721485 or 3371161. OLE color: 3371161.

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

Color convert

RGB 153 112 51 -
CMYK 0 0.27 0.67 0.4
HSL 35.88º 0.5% 0.4% -
HSV(B) 35.88º 0.67% 0.6% -
XYZ 19.53 18.6 5.69 -
YUV 117.31 90.58 153.46 -
System Red Green Blue C M Y K H S L
Decimal 153 112 51 0 0.27 0.67 0.4 35.88 0.5 0.4
Hex 99 70 33 0 1B 43 28 24 32 28
Octal 231 160 63 0 33 103 50 44 62 50
Binary 10011001 1110000 110011 0 11011 1000011 101000 100100 110010 101000

Color Harmonies of #997033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997033

Black with #997033

Text Example


Text Example

White with #997033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997033; }

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

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

background-color css

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

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

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

border-color css

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

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

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