#584F4D

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

Shades of Congo Brown #584F4D

Tints of Congo Brown #584F4D

Color information

#584F4D (or 0x584F4D) is unknown color: approx Congo Brown. HEX triplet: 58, 4F and 4D. RGB value is (88,79,77). Sum of RGB (Red+Green+Blue) = 88+79+77=244 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.07% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 88 - color contains mainly: red. Hex color #584F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584F4D is #A7B0B2. Grayscale: #515151. Windows color (decimal): -10989747 or 5066584. OLE color: 5066584.

HSL color Cylindrical-coordinate representation of color #584F4D: hue angle of 10.91º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #584F4D is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB887977-
CMYK00.100.120.65
HSL10.91º6.67%32.35%-
HSV(B)10.91º12.5%34.51%-
XYZ8.168.28.17-
YUV81.46125.48132.66-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.07%
GREEN value IS 79 (31.25% from 255) = 32.38%
BLUE value IS 77 (30.47% from 255) = 31.56%
R=36.07%
G=32.38%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88797700.100.120.6510.916.6732.35
Hex584F4D0AC41b720
Octal1301171150121410113740
Binary10110001001111100110101010110010000011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584F4D; }

 p { color: rgb(88,79,77); }

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

<style>
 a { background-color: #584F4D; }

 a { background-color: rgb(88,79,77); }

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

<style>
 span { border-color: #584F4D; }

 span { border-color: rgb(88,79,77); }

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