Html Css Color HEX #99772F Buttered Rum

📋 copy color: '#99772F'

red 153 ◦ green 119 ◦ blue 47

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

Shades of Buttered Rum #99772F

Tints of Buttered Rum #99772F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.3%

 BLUE value IS 47 (18.75% from 255) = 14.73%

R = 47.96%
G = 37.3%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#99772F (or 0x99772F) is known color: Buttered Rum. HEX triplet: 99, 77 and 2F. RGB value is (153,119,47). Sum of RGB (Red+Green+Blue) = 153+119+47=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #99772F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99772F is #6688D0. Grayscale: #797979. Windows color (decimal): -6719697 or 3110809. OLE color: 3110809.

HSL color Cylindrical-coordinate representation of color #99772F: hue angle of 40.75º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #99772F is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 119 47 -
CMYK 0 0.22 0.69 0.4
HSL 40.75º 0.53% 0.39% -
HSV(B) 40.75º 0.69% 0.6% -
XYZ 20.25 20.17 5.52 -
YUV 120.96 86.26 150.85 -
System Red Green Blue C M Y K H S L
Decimal 153 119 47 0 0.22 0.69 0.4 40.75 0.53 0.39
Hex 99 77 2F 0 16 45 28 29 35 27
Octal 231 167 57 0 26 105 50 51 65 47
Binary 10011001 1110111 101111 0 10110 1000101 101000 101001 110101 100111

Color Harmonies of #99772F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99772F

Black with #99772F

Text Example


Text Example

White with #99772F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99772F; }

 p { color: rgb(153,119,47); }

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

background-color css

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

 a { background-color: rgb(153,119,47); }

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

border-color css

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

 span { border-color: rgb(153,119,47); }

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