Html Css Color HEX #99742F Buttered Rum

📋 copy color: '#99742F'

red 153 ◦ green 116 ◦ blue 47

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

Shades of Buttered Rum #99742F

Tints of Buttered Rum #99742F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.71%

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

R = 48.42%
G = 36.71%
B = 14.87%

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

#99742F (or 0x99742F) is known color: Buttered Rum. HEX triplet: 99, 74 and 2F. RGB value is (153,116,47). Sum of RGB (Red+Green+Blue) = 153+116+47=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #99742F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99742F is #668BD0. Grayscale: #777777. Windows color (decimal): -6720465 or 3110041. OLE color: 3110041.

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

Color convert

RGB 153 116 47 -
CMYK 0 0.24 0.69 0.4
HSL 39.06º 0.53% 0.39% -
HSV(B) 39.06º 0.69% 0.6% -
XYZ 19.9 19.47 5.4 -
YUV 119.2 87.26 152.11 -
System Red Green Blue C M Y K H S L
Decimal 153 116 47 0 0.24 0.69 0.4 39.06 0.53 0.39
Hex 99 74 2F 0 18 45 28 27 35 27
Octal 231 164 57 0 30 105 50 47 65 47
Binary 10011001 1110100 101111 0 11000 1000101 101000 100111 110101 100111

Color Harmonies of #99742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99742F

Black with #99742F

Text Example


Text Example

White with #99742F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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