Html Css Color HEX #99702D Buttered Rum

📋 copy color: '#99702D'

red 153 ◦ green 112 ◦ blue 45

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

Shades of Buttered Rum #99702D

Tints of Buttered Rum #99702D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.13%

 BLUE value IS 45 (17.97% from 255) = 14.52%

R = 49.35%
G = 36.13%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.4

RGB Variations

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

Color information

#99702D (or 0x99702D) is known color: Buttered Rum. HEX triplet: 99, 70 and 2D. RGB value is (153,112,45). Sum of RGB (Red+Green+Blue) = 153+112+45=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #99702D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99702D is #668FD2. Grayscale: #747474. Windows color (decimal): -6721491 or 2977945. OLE color: 2977945.

HSL color Cylindrical-coordinate representation of color #99702D: hue angle of 37.22º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #99702D is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 112 45 -
CMYK 0 0.27 0.71 0.4
HSL 37.22º 0.55% 0.39% -
HSV(B) 37.22º 0.71% 0.6% -
XYZ 19.4 18.55 5.04 -
YUV 116.62 87.58 153.95 -
System Red Green Blue C M Y K H S L
Decimal 153 112 45 0 0.27 0.71 0.4 37.22 0.55 0.39
Hex 99 70 2D 0 1B 47 28 25 37 27
Octal 231 160 55 0 33 107 50 45 67 47
Binary 10011001 1110000 101101 0 11011 1000111 101000 100101 110111 100111

Color Harmonies of #99702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99702D

Black with #99702D

Text Example


Text Example

White with #99702D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99702D; }

 p { color: rgb(153,112,45); }

 H1.HeaderClassName
 {
   color: #99702D;
 }
 .AnyTagClassName
 {
   color: #99702D;
 }
</style>

background-color css

<style>
 a { background-color: #99702D; }

 a { background-color: rgb(153,112,45); }

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

border-color css

<style>
 span { border-color: #99702D; }

 span { border-color: rgb(153,112,45); }

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