#92703A

Color #92703A Buttered Rum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttered Rum #92703A

Tints of Buttered Rum #92703A

Color information

#92703A (or 0x92703A) is unknown color: approx Buttered Rum. HEX triplet: 92, 70 and 3A. RGB value is (146,112,58). Sum of RGB (Red+Green+Blue) = 146+112+58=316 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.20% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 146 - color contains mainly: red. Hex color #92703A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92703A is #6D8FC5. Grayscale: #747474. Windows color (decimal): -7180230 or 3829906. OLE color: 3829906.

HSL color Cylindrical-coordinate representation of color #92703A: hue angle of 36.82º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #92703A is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.43.

Color convert

RGB14611258-
CMYK00.230.600.43
HSL36.82º43.14%40%-
HSV(B)36.82º60.27%57.25%-
XYZ18.41186.51-
YUV116.0195.26149.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.20%
GREEN value IS 112 (44.14% from 255) = 35.44%
BLUE value IS 58 (23.05% from 255) = 18.35%
R=46.20%
G=35.44%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461125800.230.600.4336.8243.1440
Hex92703A0173C2B252b28
Octal222160720277453455350
Binary100100101110000111010010111111100101011100101101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92703A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92703A; }

 p { color: rgb(146,112,58); }

 H1.HeaderClassName
 {
   color: #92703A;
 }
 .AnyTagClassName
 {
   color: #92703A;
 }
</style>
background-color css

<style>
 a { background-color: #92703A; }

 a { background-color: rgb(146,112,58); }

 div.DivClassName
 {
   background-color: #92703A;
 }
 .BgClassName
 {
   background-color: #92703A;
 }
</style>
border-color css

<style>
 span { border-color: #92703A; }

 span { border-color: rgb(146,112,58); }

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