#5C423E

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

Shades of Woody Brown #5C423E

Tints of Woody Brown #5C423E

Color information

#5C423E (or 0x5C423E) is unknown color: approx Woody Brown. HEX triplet: 5C, 42 and 3E. RGB value is (92,66,62). Sum of RGB (Red+Green+Blue) = 92+66+62=220 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.82% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 62 (24.61% from 255 or 28.18% from 220); Max value from RGB is 92 - color contains mainly: red. Hex color #5C423E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C423E is #A3BDC1. Grayscale: #494949. Windows color (decimal): -10730946 or 4080220. OLE color: 4080220.

HSL color Cylindrical-coordinate representation of color #5C423E: hue angle of 8º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5C423E is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.64.

Color convert

RGB926662-
CMYK00.280.330.64
HSL19.48%30.2%-
HSV(B)32.61%36.08%-
XYZ7.236.525.43-
YUV73.32121.61141.33-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 41.82%
GREEN value IS 66 (26.17% from 255) = 30%
BLUE value IS 62 (24.61% from 255) = 28.18%
R=41.82%
G=30%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92666200.280.330.64819.4830.2
Hex5C423E01C21408131e
Octal1341027603441100102336
Binary10111001000010111110011100100001100000010001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,66,62); }

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

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

 a { background-color: rgb(92,66,62); }

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

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

 span { border-color: rgb(92,66,62); }

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