Html Css Color HEX #99782B Buttered Rum

📋 copy color: '#99782B'

red 153 ◦ green 120 ◦ blue 43

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

Shades of Buttered Rum #99782B

Tints of Buttered Rum #99782B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.97%

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

R = 48.42%
G = 37.97%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.4

RGB Variations

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

Color information

#99782B (or 0x99782B) is known color: Buttered Rum. HEX triplet: 99, 78 and 2B. RGB value is (153,120,43). Sum of RGB (Red+Green+Blue) = 153+120+43=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #99782B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99782B is #6687D4. Grayscale: #797979. Windows color (decimal): -6719445 or 2848921. OLE color: 2848921.

HSL color Cylindrical-coordinate representation of color #99782B: hue angle of 42º 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 #99782B is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 120 43 -
CMYK 0 0.22 0.72 0.4
HSL 42º 0.56% 0.38% -
HSV(B) 42º 0.72% 0.6% -
XYZ 20.29 20.38 5.15 -
YUV 121.09 83.93 150.76 -
System Red Green Blue C M Y K H S L
Decimal 153 120 43 0 0.22 0.72 0.4 42 0.56 0.38
Hex 99 78 2B 0 16 48 28 2A 38 26
Octal 231 170 53 0 26 110 50 52 70 46
Binary 10011001 1111000 101011 0 10110 1001000 101000 101010 111000 100110

Color Harmonies of #99782B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99782B

Black with #99782B

Text Example


Text Example

White with #99782B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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