#584B48

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

Shades of Congo Brown #584B48

Tints of Congo Brown #584B48

Color information

#584B48 (or 0x584B48) is unknown color: approx Congo Brown. HEX triplet: 58, 4B and 48. RGB value is (88,75,72). Sum of RGB (Red+Green+Blue) = 88+75+72=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 72 (28.52% from 255 or 30.64% from 235); Max value from RGB is 88 - color contains mainly: red. Hex color #584B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584B48 is #A7B4B7. Grayscale: #4E4E4E. Windows color (decimal): -10990776 or 4737880. OLE color: 4737880.

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

Color convert

RGB887572-
CMYK00.150.180.65
HSL11.25º10%31.37%-
HSV(B)11.25º18.18%34.51%-
XYZ7.717.577.19-
YUV78.54124.31134.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.45%
GREEN value IS 75 (29.69% from 255) = 31.91%
BLUE value IS 72 (28.52% from 255) = 30.64%
R=37.45%
G=31.91%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88757200.150.180.6511.251031.37
Hex584B480F1241ba1f
Octal13011311001722101131237
Binary101100010010111001000011111001010000011011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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