#94726B

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

Shades of Dark Chestnut #94726B

Tints of Dark Chestnut #94726B

Color information

#94726B (or 0x94726B) is unknown color: approx Dark Chestnut. HEX triplet: 94, 72 and 6B. RGB value is (148,114,107). Sum of RGB (Red+Green+Blue) = 148+114+107=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 148 - color contains mainly: red. Hex color #94726B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94726B is #6B8D94. Grayscale: #7B7B7B. Windows color (decimal): -7048597 or 7041684. OLE color: 7041684.

HSL color Cylindrical-coordinate representation of color #94726B: hue angle of 10.24º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94726B is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB148114107-
CMYK00.230.280.42
HSL10.24º16.08%50%-
HSV(B)10.24º27.7%58.04%-
XYZ20.8819.3916.55-
YUV123.37118.76145.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.11%
GREEN value IS 114 (44.92% from 255) = 30.89%
BLUE value IS 107 (42.19% from 255) = 29.00%
R=40.11%
G=30.89%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811410700.230.280.4210.2416.0850
Hex94726B0171C2Aa1032
Octal2241621530273452122062
Binary100101001110010110101101011111100101010101010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94726B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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