#7C5F43

Color #7C5F43 Dark Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Wood #7C5F43

Tints of Dark Wood #7C5F43

Color information

#7C5F43 (or 0x7C5F43) is unknown color: approx Dark Wood. HEX triplet: 7C, 5F and 43. RGB value is (124,95,67). Sum of RGB (Red+Green+Blue) = 124+95+67=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 67 (26.56% from 255 or 23.43% from 286); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5F43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5F43 is #83A0BC. Grayscale: #646464. Windows color (decimal): -8626365 or 4415356. OLE color: 4415356.

HSL color Cylindrical-coordinate representation of color #7C5F43: hue angle of 29.47º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C5F43 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.51.

Color convert

RGB1249567-
CMYK00.230.460.51
HSL29.47º29.84%37.45%-
HSV(B)29.47º45.97%48.63%-
XYZ13.4212.877.09-
YUV100.48109.11144.78-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.36%
GREEN value IS 95 (37.5% from 255) = 33.22%
BLUE value IS 67 (26.56% from 255) = 23.43%
R=43.36%
G=33.22%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124956700.230.460.5129.4729.8437.45
Hex7C5F430172E331d1e25
Octal1741371030275663353645
Binary1111100101111110000110101111011101100111110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C5F43; }

 p { color: rgb(124,95,67); }

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

<style>
 a { background-color: #7C5F43; }

 a { background-color: rgb(124,95,67); }

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

<style>
 span { border-color: #7C5F43; }

 span { border-color: rgb(124,95,67); }

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