#58453A

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

Shades of Brown Derby #58453A

Tints of Brown Derby #58453A

Color information

#58453A (or 0x58453A) is unknown color: approx Brown Derby. HEX triplet: 58, 45 and 3A. RGB value is (88,69,58). Sum of RGB (Red+Green+Blue) = 88+69+58=215 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.93% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 88 - color contains mainly: red. Hex color #58453A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58453A is #A7BAC5. Grayscale: #494949. Windows color (decimal): -10992326 or 3818840. OLE color: 3818840.

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

Color convert

RGB886958-
CMYK00.220.340.65
HSL22º20.55%28.63%-
HSV(B)22º34.09%34.51%-
XYZ6.926.644.92-
YUV73.43119.29138.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.93%
GREEN value IS 69 (27.34% from 255) = 32.09%
BLUE value IS 58 (23.05% from 255) = 26.98%
R=40.93%
G=32.09%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88695800.220.340.652220.5528.63
Hex58453A016224116151d
Octal1301057202642101262535
Binary101100010001011110100101101000101000001101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58453A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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