Html Css Color HEX #58423B Very Dark Brown

📋 copy color: '#58423B'

red 88 ◦ green 66 ◦ blue 59

#58423B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Very Dark Brown #58423B

Tints of Very Dark Brown #58423B

RGB

 RED value IS 88 (34.77% from 255) = 41.31%

 GREEN value IS 66 (26.17% from 255) = 30.99%

 BLUE value IS 59 (23.44% from 255) = 27.7%

R = 41.31%
G = 30.99%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#58423B (or 0x58423B) is known color: Very Dark Brown. HEX triplet: 58, 42 and 3B. RGB value is (88,66,59). Sum of RGB (Red+Green+Blue) = 88+66+59=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 88 - color contains mainly: red. Hex color #58423B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58423B is #A7BDC4. Grayscale: #474747. Windows color (decimal): -10993093 or 3883608. OLE color: 3883608.

HSL color Cylindrical-coordinate representation of color #58423B: hue angle of 14.48º 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 #58423B is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 66 59 -
CMYK 0 0.25 0.33 0.65
HSL 14.48º 0.2% 0.29% -
HSV(B) 14.48º 0.33% 0.35% -
XYZ 6.76 6.29 4.99 -
YUV 71.78 120.79 139.57 -
System Red Green Blue C M Y K H S L
Decimal 88 66 59 0 0.25 0.33 0.65 14.48 0.2 0.29
Hex 58 42 3B 0 19 21 41 E 14 1D
Octal 130 102 73 0 31 41 101 16 24 35
Binary 1011000 1000010 111011 0 11001 100001 1000001 1110 10100 11101

Color Harmonies of #58423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58423B

Black with #58423B

Text Example


Text Example

White with #58423B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58423B;
 }
 .AnyTagClassName
 {
   color: #58423B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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