Html Css Color HEX #58401D Dark Brown

📋 copy color: '#58401D'

red 88 ◦ green 64 ◦ blue 29

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

Shades of Dark Brown #58401D

Tints of Dark Brown #58401D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.36%

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

R = 48.62%
G = 35.36%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#58401D (or 0x58401D) is known color: Dark Brown. HEX triplet: 58, 40 and 1D. RGB value is (88,64,29). Sum of RGB (Red+Green+Blue) = 88+64+29=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 88 - color contains mainly: red. Hex color #58401D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58401D is #A7BFE2. Grayscale: #434343. Windows color (decimal): -10993635 or 1917016. OLE color: 1917016.

HSL color Cylindrical-coordinate representation of color #58401D: hue angle of 35.59º 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 #58401D is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 64 29 -
CMYK 0 0.27 0.67 0.65
HSL 35.59º 0.5% 0.23% -
HSV(B) 35.59º 0.67% 0.35% -
XYZ 6.08 5.83 1.97 -
YUV 67.19 106.45 142.85 -
System Red Green Blue C M Y K H S L
Decimal 88 64 29 0 0.27 0.67 0.65 35.59 0.5 0.23
Hex 58 40 1D 0 1B 43 41 24 32 17
Octal 130 100 35 0 33 103 101 44 62 27
Binary 1011000 1000000 11101 0 11011 1000011 1000001 100100 110010 10111

Color Harmonies of #58401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58401D

Black with #58401D

Text Example


Text Example

White with #58401D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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