#5C421D

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

Shades of Dark Brown #5C421D

Tints of Dark Brown #5C421D

Color information

#5C421D (or 0x5C421D) is unknown color: approx Dark Brown. HEX triplet: 5C, 42 and 1D. RGB value is (92,66,29). Sum of RGB (Red+Green+Blue) = 92+66+29=187 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.20% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 92 - color contains mainly: red. Hex color #5C421D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C421D is #A3BDE2. Grayscale: #454545. Windows color (decimal): -10730979 or 1917532. OLE color: 1917532.

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

Color convert

RGB926629-
CMYK00.280.680.64
HSL35.24º52.07%23.73%-
HSV(B)35.24º68.48%36.08%-
XYZ6.586.262.02-
YUV69.56105.11144.01-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 49.20%
GREEN value IS 66 (26.17% from 255) = 35.29%
BLUE value IS 29 (11.72% from 255) = 15.51%
R=49.20%
G=35.29%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92662900.280.680.6435.2452.0723.73
Hex5C421D01C4440233418
Octal13410235034104100436430
Binary10111001000010111010111001000100100000010001111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C421D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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