Html Css Color HEX #997334 Buttered Rum

📋 copy color: '#997334'

red 153 ◦ green 115 ◦ blue 52

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

Shades of Buttered Rum #997334

Tints of Buttered Rum #997334

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.94%

 BLUE value IS 52 (20.7% from 255) = 16.25%

R = 47.81%
G = 35.94%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.4

RGB Variations

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

Color information

#997334 (or 0x997334) is known color: Buttered Rum. HEX triplet: 99, 73 and 34. RGB value is (153,115,52). Sum of RGB (Red+Green+Blue) = 153+115+52=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #997334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997334 is #668CCB. Grayscale: #777777. Windows color (decimal): -6720716 or 3437465. OLE color: 3437465.

HSL color Cylindrical-coordinate representation of color #997334: hue angle of 37.43º degrees, saturation: 0.49, 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 #997334 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 115 52 -
CMYK 0 0.25 0.66 0.4
HSL 37.43º 0.49% 0.4% -
HSV(B) 37.43º 0.66% 0.6% -
XYZ 19.89 19.28 5.92 -
YUV 119.18 90.09 152.12 -
System Red Green Blue C M Y K H S L
Decimal 153 115 52 0 0.25 0.66 0.4 37.43 0.49 0.4
Hex 99 73 34 0 19 42 28 25 31 28
Octal 231 163 64 0 31 102 50 45 61 50
Binary 10011001 1110011 110100 0 11001 1000010 101000 100101 110001 101000

Color Harmonies of #997334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997334

Black with #997334

Text Example


Text Example

White with #997334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997334; }

 p { color: rgb(153,115,52); }

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

background-color css

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

 a { background-color: rgb(153,115,52); }

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

border-color css

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

 span { border-color: rgb(153,115,52); }

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