#58433A

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

Shades of Very Dark Brown #58433A

Tints of Very Dark Brown #58433A

Color information

#58433A (or 0x58433A) is unknown color: approx Very Dark Brown. HEX triplet: 58, 43 and 3A. RGB value is (88,67,58). Sum of RGB (Red+Green+Blue) = 88+67+58=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 88 - color contains mainly: red. Hex color #58433A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58433A is #A7BCC5. Grayscale: #484848. Windows color (decimal): -10992838 or 3818328. OLE color: 3818328.

HSL color Cylindrical-coordinate representation of color #58433A: hue angle of 18º 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 #58433A is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB886758-
CMYK00.240.340.65
HSL18º20.55%28.63%-
HSV(B)18º34.09%34.51%-
XYZ6.86.394.88-
YUV72.25119.96139.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.31%
GREEN value IS 67 (26.56% from 255) = 31.46%
BLUE value IS 58 (23.05% from 255) = 27.23%
R=41.31%
G=31.46%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88675800.240.340.651820.5528.63
Hex58433A018224112151d
Octal1301037203042101222535
Binary101100010000111110100110001000101000001100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58433A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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