#58433B

Color #58433B Very Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Very Dark Brown #58433B

Tints of Very Dark Brown #58433B

Color information

#58433B (or 0x58433B) is unknown color: approx Very Dark Brown. HEX triplet: 58, 43 and 3B. RGB value is (88,67,59). Sum of RGB (Red+Green+Blue) = 88+67+59=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 59 (23.44% from 255 or 27.57% from 214); Max value from RGB is 88 - color contains mainly: red. Hex color #58433B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58433B is #A7BCC4. Grayscale: #484848. Windows color (decimal): -10992837 or 3883864. OLE color: 3883864.

HSL color Cylindrical-coordinate representation of color #58433B: hue angle of 16.55º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #58433B is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB886759-
CMYK00.240.330.65
HSL16.55º19.73%28.82%-
HSV(B)16.55º32.95%34.51%-
XYZ6.826.45.01-
YUV72.37120.46139.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.12%
GREEN value IS 67 (26.56% from 255) = 31.31%
BLUE value IS 59 (23.44% from 255) = 27.57%
R=41.12%
G=31.31%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88675900.240.330.6516.5519.7328.82
Hex58433B018214111141d
Octal1301037303041101212435
Binary101100010000111110110110001000011000001100011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58433B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58433B; }

 p { color: rgb(88,67,59); }

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

<style>
 a { background-color: #58433B; }

 a { background-color: rgb(88,67,59); }

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

<style>
 span { border-color: #58433B; }

 span { border-color: rgb(88,67,59); }

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