#584D4B

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

Shades of Congo Brown #584D4B

Tints of Congo Brown #584D4B

Color information

#584D4B (or 0x584D4B) is unknown color: approx Congo Brown. HEX triplet: 58, 4D and 4B. RGB value is (88,77,75). Sum of RGB (Red+Green+Blue) = 88+77+75=240 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.67% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 88 - color contains mainly: red. Hex color #584D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584D4B is #A7B2B4. Grayscale: #505050. Windows color (decimal): -10990261 or 4935000. OLE color: 4935000.

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

Color convert

RGB887775-
CMYK00.120.150.65
HSL9.23º7.98%31.96%-
HSV(B)9.23º14.77%34.51%-
XYZ7.957.897.76-
YUV80.06125.14133.66-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.67%
GREEN value IS 77 (30.47% from 255) = 32.08%
BLUE value IS 75 (29.69% from 255) = 31.25%
R=36.67%
G=32.08%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88777500.120.150.659.237.9831.96
Hex584D4B0CF419820
Octal13011511301417101111040
Binary101100010011011001011011001111100000110011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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