Html Css Color HEX #99732B Buttered Rum

📋 copy color: '#99732B'

red 153 ◦ green 115 ◦ blue 43

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

Shades of Buttered Rum #99732B

Tints of Buttered Rum #99732B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.98%

 BLUE value IS 43 (17.19% from 255) = 13.83%

R = 49.2%
G = 36.98%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.4

RGB Variations

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

Color information

#99732B (or 0x99732B) is known color: Buttered Rum. HEX triplet: 99, 73 and 2B. RGB value is (153,115,43). Sum of RGB (Red+Green+Blue) = 153+115+43=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #99732B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99732B is #668CD4. Grayscale: #767676. Windows color (decimal): -6720725 or 2847641. OLE color: 2847641.

HSL color Cylindrical-coordinate representation of color #99732B: hue angle of 39.27º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #99732B is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 115 43 -
CMYK 0 0.25 0.72 0.4
HSL 39.27º 0.56% 0.38% -
HSV(B) 39.27º 0.72% 0.6% -
XYZ 19.7 19.21 4.95 -
YUV 118.15 85.59 152.85 -
System Red Green Blue C M Y K H S L
Decimal 153 115 43 0 0.25 0.72 0.4 39.27 0.56 0.38
Hex 99 73 2B 0 19 48 28 27 38 26
Octal 231 163 53 0 31 110 50 47 70 46
Binary 10011001 1110011 101011 0 11001 1001000 101000 100111 111000 100110

Color Harmonies of #99732B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99732B

Black with #99732B

Text Example


Text Example

White with #99732B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99732B; }

 p { color: rgb(153,115,43); }

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

background-color css

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

 a { background-color: rgb(153,115,43); }

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

border-color css

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

 span { border-color: rgb(153,115,43); }

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