#58463C

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

Shades of Brown Derby #58463C

Tints of Brown Derby #58463C

Color information

#58463C (or 0x58463C) is unknown color: approx Brown Derby. HEX triplet: 58, 46 and 3C. RGB value is (88,70,60). Sum of RGB (Red+Green+Blue) = 88+70+60=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 88 - color contains mainly: red. Hex color #58463C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58463C is #A7B9C3. Grayscale: #4A4A4A. Windows color (decimal): -10992068 or 3950168. OLE color: 3950168.

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

Color convert

RGB887060-
CMYK00.200.320.65
HSL21.43º18.92%29.02%-
HSV(B)21.43º31.82%34.51%-
XYZ7.036.785.21-
YUV74.24119.96137.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.37%
GREEN value IS 70 (27.73% from 255) = 32.11%
BLUE value IS 60 (23.83% from 255) = 27.52%
R=40.37%
G=32.11%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88706000.200.320.6521.4318.9229.02
Hex58463C014204115131d
Octal1301067402440101252335
Binary101100010001101111000101001000001000001101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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