#7B5C47

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

Shades of Dark Wood #7B5C47

Tints of Dark Wood #7B5C47

Color information

#7B5C47 (or 0x7B5C47) is unknown color: approx Dark Wood. HEX triplet: 7B, 5C and 47. RGB value is (123,92,71). Sum of RGB (Red+Green+Blue) = 123+92+71=286 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.01% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5C47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5C47 is #84A3B8. Grayscale: #626262. Windows color (decimal): -8692665 or 4676731. OLE color: 4676731.

HSL color Cylindrical-coordinate representation of color #7B5C47: hue angle of 24.23º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7B5C47 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.52.

Color convert

RGB1239271-
CMYK00.250.420.52
HSL24.23º26.8%38.04%-
HSV(B)24.23º42.28%48.24%-
XYZ13.1312.327.65-
YUV98.88112.27145.21-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 43.01%
GREEN value IS 92 (36.33% from 255) = 32.17%
BLUE value IS 71 (28.12% from 255) = 24.83%
R=43.01%
G=32.17%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123927100.250.420.5224.2326.838.04
Hex7B5C470192A34181b26
Octal1731341070315264303346
Binary1111011101110010001110110011010101101001100011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,92,71); }

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

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

 a { background-color: rgb(123,92,71); }

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

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

 span { border-color: rgb(123,92,71); }

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