Html Css Color HEX #58423A Very Dark Brown

📋 copy color: '#58423A'

red 88 ◦ green 66 ◦ blue 58

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

Shades of Very Dark Brown #58423A

Tints of Very Dark Brown #58423A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 27.36%

R = 41.51%
G = 31.13%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#58423A (or 0x58423A) is known color: Very Dark Brown. HEX triplet: 58, 42 and 3A. RGB value is (88,66,58). Sum of RGB (Red+Green+Blue) = 88+66+58=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 88 - color contains mainly: red. Hex color #58423A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58423A is #A7BDC5. Grayscale: #474747. Windows color (decimal): -10993094 or 3818072. OLE color: 3818072.

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

Color convert

RGB 88 66 58 -
CMYK 0 0.25 0.34 0.65
HSL 16º 0.21% 0.29% -
HSV(B) 16º 0.34% 0.35% -
XYZ 6.74 6.28 4.86 -
YUV 71.67 120.29 139.65 -
System Red Green Blue C M Y K H S L
Decimal 88 66 58 0 0.25 0.34 0.65 16 0.21 0.29
Hex 58 42 3A 0 19 22 41 10 15 1D
Octal 130 102 72 0 31 42 101 20 25 35
Binary 1011000 1000010 111010 0 11001 100010 1000001 10000 10101 11101

Color Harmonies of #58423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58423A

Black with #58423A

Text Example


Text Example

White with #58423A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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