Html Css Color HEX #58423C Very Dark Brown

📋 copy color: '#58423C'

red 88 ◦ green 66 ◦ blue 60

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

Shades of Very Dark Brown #58423C

Tints of Very Dark Brown #58423C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 28.04%

R = 41.12%
G = 30.84%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#58423C (or 0x58423C) is known color: Very Dark Brown. HEX triplet: 58, 42 and 3C. RGB value is (88,66,60). Sum of RGB (Red+Green+Blue) = 88+66+60=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 88 - color contains mainly: red. Hex color #58423C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58423C is #A7BDC3. Grayscale: #474747. Windows color (decimal): -10993092 or 3949144. OLE color: 3949144.

HSL color Cylindrical-coordinate representation of color #58423C: hue angle of 12.86º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #58423C is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 66 60 -
CMYK 0 0.25 0.32 0.65
HSL 12.86º 0.19% 0.29% -
HSV(B) 12.86º 0.32% 0.35% -
XYZ 6.79 6.3 5.13 -
YUV 71.89 121.29 139.49 -
System Red Green Blue C M Y K H S L
Decimal 88 66 60 0 0.25 0.32 0.65 12.86 0.19 0.29
Hex 58 42 3C 0 19 20 41 D 13 1D
Octal 130 102 74 0 31 40 101 15 23 35
Binary 1011000 1000010 111100 0 11001 100000 1000001 1101 10011 11101

Color Harmonies of #58423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58423C

Black with #58423C

Text Example


Text Example

White with #58423C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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