Html Css Color HEX #997526 Buttered Rum

📋 copy color: '#997526'

red 153 ◦ green 117 ◦ blue 38

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

Shades of Buttered Rum #997526

Tints of Buttered Rum #997526

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.99%

 BLUE value IS 38 (15.23% from 255) = 12.34%

R = 49.68%
G = 37.99%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#997526 (or 0x997526) is known color: Buttered Rum. HEX triplet: 99, 75 and 26. RGB value is (153,117,38). Sum of RGB (Red+Green+Blue) = 153+117+38=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #997526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997526 is #668AD9. Grayscale: #777777. Windows color (decimal): -6720218 or 2520473. OLE color: 2520473.

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

Color convert

RGB 153 117 38 -
CMYK 0 0.24 0.75 0.4
HSL 41.22º 0.6% 0.37% -
HSV(B) 41.22º 0.75% 0.6% -
XYZ 19.85 19.63 4.58 -
YUV 118.76 82.43 152.42 -
System Red Green Blue C M Y K H S L
Decimal 153 117 38 0 0.24 0.75 0.4 41.22 0.6 0.37
Hex 99 75 26 0 18 4B 28 29 3C 25
Octal 231 165 46 0 30 113 50 51 74 45
Binary 10011001 1110101 100110 0 11000 1001011 101000 101001 111100 100101

Color Harmonies of #997526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997526

Black with #997526

Text Example


Text Example

White with #997526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997526; }

 p { color: rgb(153,117,38); }

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

background-color css

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

 a { background-color: rgb(153,117,38); }

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

border-color css

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

 span { border-color: rgb(153,117,38); }

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