#5C504E

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

Shades of Congo Brown #5C504E

Tints of Congo Brown #5C504E

Color information

#5C504E (or 0x5C504E) is unknown color: approx Congo Brown. HEX triplet: 5C, 50 and 4E. RGB value is (92,80,78). Sum of RGB (Red+Green+Blue) = 92+80+78=250 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.8% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 92 - color contains mainly: red. Hex color #5C504E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C504E is #A3AFB1. Grayscale: #535353. Windows color (decimal): -10727346 or 5132380. OLE color: 5132380.

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

Color convert

RGB928078-
CMYK00.130.150.64
HSL8.57º8.24%33.33%-
HSV(B)8.57º15.22%36.08%-
XYZ8.668.568.4-
YUV83.36124.98134.16-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.8%
GREEN value IS 80 (31.64% from 255) = 32%
BLUE value IS 78 (30.86% from 255) = 31.2%
R=36.8%
G=32%
B=31.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92807800.130.150.648.578.2433.33
Hex5C504E0DF409821
Octal13412011601517100111041
Binary101110010100001001110011011111100000010011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,80,78); }

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

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

 a { background-color: rgb(92,80,78); }

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

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

 span { border-color: rgb(92,80,78); }

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