#58453C

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

Shades of Brown Derby #58453C

Tints of Brown Derby #58453C

Color information

#58453C (or 0x58453C) is unknown color: approx Brown Derby. HEX triplet: 58, 45 and 3C. RGB value is (88,69,60). Sum of RGB (Red+Green+Blue) = 88+69+60=217 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.55% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 88 - color contains mainly: red. Hex color #58453C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58453C is #A7BAC3. Grayscale: #494949. Windows color (decimal): -10992324 or 3949912. OLE color: 3949912.

HSL color Cylindrical-coordinate representation of color #58453C: hue angle of 19.29º 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 #58453C is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB886960-
CMYK00.220.320.65
HSL19.29º18.92%29.02%-
HSV(B)19.29º31.82%34.51%-
XYZ6.976.665.19-
YUV73.66120.29138.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.55%
GREEN value IS 69 (27.34% from 255) = 31.80%
BLUE value IS 60 (23.83% from 255) = 27.65%
R=40.55%
G=31.80%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88696000.220.320.6519.2918.9229.02
Hex58453C016204113131d
Octal1301057402640101232335
Binary101100010001011111000101101000001000001100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58453C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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