#58412F

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

Shades of Brown Derby #58412F

Tints of Brown Derby #58412F

Color information

#58412F (or 0x58412F) is unknown color: approx Brown Derby. HEX triplet: 58, 41 and 2F. RGB value is (88,65,47). Sum of RGB (Red+Green+Blue) = 88+65+47=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 88 - color contains mainly: red. Hex color #58412F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58412F is #A7BED0. Grayscale: #454545. Windows color (decimal): -10993361 or 3096920. OLE color: 3096920.

HSL color Cylindrical-coordinate representation of color #58412F: hue angle of 26.34º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58412F is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB886547-
CMYK00.260.470.65
HSL26.34º30.37%26.47%-
HSV(B)26.34º46.59%34.51%-
XYZ6.436.063.52-
YUV69.82115.12140.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44%
GREEN value IS 65 (25.78% from 255) = 32.5%
BLUE value IS 47 (18.75% from 255) = 23.5%
R=44%
G=32.5%
B=23.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88654700.260.470.6526.3430.3726.47
Hex58412F01A2F411a1e1a
Octal1301015703257101323632
Binary101100010000011011110110101011111000001110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58412F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58412F; }

 p { color: rgb(88,65,47); }

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

<style>
 a { background-color: #58412F; }

 a { background-color: rgb(88,65,47); }

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

<style>
 span { border-color: #58412F; }

 span { border-color: rgb(88,65,47); }

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