Html Css Color HEX #58411D Dark Brown

📋 copy color: '#58411D'

red 88 ◦ green 65 ◦ blue 29

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

Shades of Dark Brown #58411D

Tints of Dark Brown #58411D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.71%

 BLUE value IS 29 (11.72% from 255) = 15.93%

R = 48.35%
G = 35.71%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#58411D (or 0x58411D) is known color: Dark Brown. HEX triplet: 58, 41 and 1D. RGB value is (88,65,29). Sum of RGB (Red+Green+Blue) = 88+65+29=182 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.35% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 88 - color contains mainly: red. Hex color #58411D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58411D is #A7BEE2. Grayscale: #434343. Windows color (decimal): -10993379 or 1917272. OLE color: 1917272.

HSL color Cylindrical-coordinate representation of color #58411D: hue angle of 36.61º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #58411D is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 65 29 -
CMYK 0 0.26 0.67 0.65
HSL 36.61º 0.5% 0.23% -
HSV(B) 36.61º 0.67% 0.35% -
XYZ 6.14 5.94 1.99 -
YUV 67.77 106.12 142.43 -
System Red Green Blue C M Y K H S L
Decimal 88 65 29 0 0.26 0.67 0.65 36.61 0.5 0.23
Hex 58 41 1D 0 1A 43 41 25 32 17
Octal 130 101 35 0 32 103 101 45 62 27
Binary 1011000 1000001 11101 0 11010 1000011 1000001 100101 110010 10111

Color Harmonies of #58411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58411D

Black with #58411D

Text Example


Text Example

White with #58411D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58411D; }

 p { color: rgb(88,65,29); }

 H1.HeaderClassName
 {
   color: #58411D;
 }
 .AnyTagClassName
 {
   color: #58411D;
 }
</style>

background-color css

<style>
 a { background-color: #58411D; }

 a { background-color: rgb(88,65,29); }

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

border-color css

<style>
 span { border-color: #58411D; }

 span { border-color: rgb(88,65,29); }

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