#5C4643

Color #5C4643 Woody Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woody Brown #5C4643

Tints of Woody Brown #5C4643

Color information

#5C4643 (or 0x5C4643) is unknown color: approx Woody Brown. HEX triplet: 5C, 46 and 43. RGB value is (92,70,67). Sum of RGB (Red+Green+Blue) = 92+70+67=229 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40.17% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 67 (26.56% from 255 or 29.26% from 229); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4643 is #A3B9BC. Grayscale: #4C4C4C. Windows color (decimal): -10729917 or 4408924. OLE color: 4408924.

HSL color Cylindrical-coordinate representation of color #5C4643: hue angle of 7.2º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5C4643 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB927067-
CMYK00.240.270.64
HSL7.2º15.72%31.18%-
HSV(B)7.2º27.17%36.08%-
XYZ7.627.066.27-
YUV76.24122.79139.24-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 40.17%
GREEN value IS 70 (27.73% from 255) = 30.57%
BLUE value IS 67 (26.56% from 255) = 29.26%
R=40.17%
G=30.57%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92706700.240.270.647.215.7231.18
Hex5C46430181B407101f
Octal1341061030303310072037
Binary1011100100011010000110110001101110000001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C4643; }

 p { color: rgb(92,70,67); }

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

<style>
 a { background-color: #5C4643; }

 a { background-color: rgb(92,70,67); }

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

<style>
 span { border-color: #5C4643; }

 span { border-color: rgb(92,70,67); }

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