#58463E

Color #58463E Brown Derby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Derby #58463E

Tints of Brown Derby #58463E

Color information

#58463E (or 0x58463E) is unknown color: approx Brown Derby. HEX triplet: 58, 46 and 3E. RGB value is (88,70,62). Sum of RGB (Red+Green+Blue) = 88+70+62=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 62 (24.61% from 255 or 28.18% from 220); Max value from RGB is 88 - color contains mainly: red. Hex color #58463E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58463E is #A7B9C1. Grayscale: #4A4A4A. Windows color (decimal): -10992066 or 4081240. OLE color: 4081240.

HSL color Cylindrical-coordinate representation of color #58463E: hue angle of 18.46º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #58463E is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB887062-
CMYK00.200.300.65
HSL18.46º17.33%29.41%-
HSV(B)18.46º29.55%34.51%-
XYZ7.086.85.5-
YUV74.47120.96137.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40%
GREEN value IS 70 (27.73% from 255) = 31.82%
BLUE value IS 62 (24.61% from 255) = 28.18%
R=40%
G=31.82%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88706200.200.300.6518.4617.3329.41
Hex58463E0141E4112111d
Octal1301067602436101222135
Binary10110001000110111110010100111101000001100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58463E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58463E; }

 p { color: rgb(88,70,62); }

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

<style>
 a { background-color: #58463E; }

 a { background-color: rgb(88,70,62); }

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

<style>
 span { border-color: #58463E; }

 span { border-color: rgb(88,70,62); }

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