#7B6348

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

Shades of Dark Wood #7B6348

Tints of Dark Wood #7B6348

Color information

#7B6348 (or 0x7B6348) is unknown color: approx Dark Wood. HEX triplet: 7B, 63 and 48. RGB value is (123,99,72). Sum of RGB (Red+Green+Blue) = 123+99+72=294 (38% of max value = 765). Red value is 123 (48.44% from 255 or 41.84% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6348 is #849CB7. Grayscale: #676767. Windows color (decimal): -8690872 or 4744059. OLE color: 4744059.

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

Color convert

RGB1239972-
CMYK00.200.410.52
HSL31.76º26.15%38.24%-
HSV(B)31.76º41.46%48.24%-
XYZ13.813.68.03-
YUV103.1110.45142.2-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41.84%
GREEN value IS 99 (39.06% from 255) = 33.67%
BLUE value IS 72 (28.52% from 255) = 24.49%
R=41.84%
G=33.67%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123997200.200.410.5231.7626.1538.24
Hex7B63480142934201a26
Octal1731431100245164403246
Binary11110111100011100100001010010100111010010000011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,99,72); }

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

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

 a { background-color: rgb(123,99,72); }

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

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

 span { border-color: rgb(123,99,72); }

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