Html Css Color HEX #997238 Buttered Rum

📋 copy color: '#997238'

red 153 ◦ green 114 ◦ blue 56

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

Shades of Buttered Rum #997238

Tints of Buttered Rum #997238

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.29%

 BLUE value IS 56 (22.27% from 255) = 17.34%

R = 47.37%
G = 35.29%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.4

RGB Variations

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

Color information

#997238 (or 0x997238) is known color: Buttered Rum. HEX triplet: 99, 72 and 38. RGB value is (153,114,56). Sum of RGB (Red+Green+Blue) = 153+114+56=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 56 (22.27% from 255 or 17.34% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #997238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997238 is #668DC7. Grayscale: #777777. Windows color (decimal): -6720968 or 3699353. OLE color: 3699353.

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

Color convert

RGB 153 114 56 -
CMYK 0 0.25 0.63 0.4
HSL 35.88º 0.46% 0.41% -
HSV(B) 35.88º 0.63% 0.6% -
XYZ 19.87 19.09 6.38 -
YUV 119.05 92.42 152.22 -
System Red Green Blue C M Y K H S L
Decimal 153 114 56 0 0.25 0.63 0.4 35.88 0.46 0.41
Hex 99 72 38 0 19 3F 28 24 2E 29
Octal 231 162 70 0 31 77 50 44 56 51
Binary 10011001 1110010 111000 0 11001 111111 101000 100100 101110 101001

Color Harmonies of #997238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997238

Black with #997238

Text Example


Text Example

White with #997238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997238; }

 p { color: rgb(153,114,56); }

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

background-color css

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

 a { background-color: rgb(153,114,56); }

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

border-color css

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

 span { border-color: rgb(153,114,56); }

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