#5C4541

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

Shades of Congo Brown #5C4541

Tints of Congo Brown #5C4541

Color information

#5C4541 (or 0x5C4541) is unknown color: approx Congo Brown. HEX triplet: 5C, 45 and 41. RGB value is (92,69,65). Sum of RGB (Red+Green+Blue) = 92+69+65=226 (29% of max value = 765). Red value is 92 (36.33% from 255 or 40.71% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4541 is #A3BABE. Grayscale: #4B4B4B. Windows color (decimal): -10730175 or 4277596. OLE color: 4277596.

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

Color convert

RGB926965-
CMYK00.250.290.64
HSL8.89º17.2%30.78%-
HSV(B)8.89º29.35%36.08%-
XYZ7.56.915.94-
YUV75.42122.12139.83-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 40.71%
GREEN value IS 69 (27.34% from 255) = 30.53%
BLUE value IS 65 (25.78% from 255) = 28.76%
R=40.71%
G=30.53%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92696500.250.290.648.8917.230.78
Hex5C45410191D409111f
Octal13410510103135100112137
Binary10111001000101100000101100111101100000010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,69,65); }

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

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

 a { background-color: rgb(92,69,65); }

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

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

 span { border-color: rgb(92,69,65); }

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