Html Css Color HEX #99752F Buttered Rum

📋 copy color: '#99752F'

red 153 ◦ green 117 ◦ blue 47

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

Shades of Buttered Rum #99752F

Tints of Buttered Rum #99752F

RGB

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

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

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

R = 48.26%
G = 36.91%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#99752F (or 0x99752F) is known color: Buttered Rum. HEX triplet: 99, 75 and 2F. RGB value is (153,117,47). Sum of RGB (Red+Green+Blue) = 153+117+47=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 47 (18.75% from 255 or 14.83% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #99752F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99752F is #668AD0. Grayscale: #787878. Windows color (decimal): -6720209 or 3110297. OLE color: 3110297.

HSL color Cylindrical-coordinate representation of color #99752F: hue angle of 39.62º 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 #99752F is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 117 47 -
CMYK 0 0.24 0.69 0.4
HSL 39.62º 0.53% 0.39% -
HSV(B) 39.62º 0.69% 0.6% -
XYZ 20.01 19.7 5.44 -
YUV 119.78 86.93 151.69 -
System Red Green Blue C M Y K H S L
Decimal 153 117 47 0 0.24 0.69 0.4 39.62 0.53 0.39
Hex 99 75 2F 0 18 45 28 28 35 27
Octal 231 165 57 0 30 105 50 50 65 47
Binary 10011001 1110101 101111 0 11000 1000101 101000 101000 110101 100111

Color Harmonies of #99752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99752F

Black with #99752F

Text Example


Text Example

White with #99752F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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