#58453D

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

Shades of Brown Derby #58453D

Tints of Brown Derby #58453D

Color information

#58453D (or 0x58453D) is unknown color: approx Brown Derby. HEX triplet: 58, 45 and 3D. RGB value is (88,69,61). Sum of RGB (Red+Green+Blue) = 88+69+61=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 88 - color contains mainly: red. Hex color #58453D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58453D is #A7BAC2. Grayscale: #494949. Windows color (decimal): -10992323 or 4015448. OLE color: 4015448.

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

Color convert

RGB886961-
CMYK00.220.310.65
HSL17.78º18.12%29.22%-
HSV(B)17.78º30.68%34.51%-
XYZ6.996.675.33-
YUV73.77120.79138.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.37%
GREEN value IS 69 (27.34% from 255) = 31.65%
BLUE value IS 61 (24.22% from 255) = 27.98%
R=40.37%
G=31.65%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88696100.220.310.6517.7818.1229.22
Hex58453D0161F4112121d
Octal1301057502637101222235
Binary10110001000101111101010110111111000001100101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58453D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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