#92726B

Color #92726B Dark Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Chestnut #92726B

Tints of Dark Chestnut #92726B

Color information

#92726B (or 0x92726B) is unknown color: approx Dark Chestnut. HEX triplet: 92, 72 and 6B. RGB value is (146,114,107). Sum of RGB (Red+Green+Blue) = 146+114+107=367 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.78% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 146 - color contains mainly: red. Hex color #92726B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92726B is #6D8D94. Grayscale: #7A7A7A. Windows color (decimal): -7179669 or 7041682. OLE color: 7041682.

HSL color Cylindrical-coordinate representation of color #92726B: hue angle of 10.77º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92726B is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB146114107-
CMYK00.220.270.43
HSL10.77º15.42%49.61%-
HSV(B)10.77º26.71%57.25%-
XYZ20.5319.2116.54-
YUV122.77119.1144.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.78%
GREEN value IS 114 (44.92% from 255) = 31.06%
BLUE value IS 107 (42.19% from 255) = 29.16%
R=39.78%
G=31.06%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611410700.220.270.4310.7715.4249.61
Hex92726B0161B2Bbf32
Octal2221621530263353131762
Binary10010010111001011010110101101101110101110111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92726B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,114,107); }

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

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

 a { background-color: rgb(146,114,107); }

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

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

 span { border-color: rgb(146,114,107); }

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