Html Css Color HEX #58411C Dark Brown

📋 copy color: '#58411C'

red 88 ◦ green 65 ◦ blue 28

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

Shades of Dark Brown #58411C

Tints of Dark Brown #58411C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.47%

R = 48.62%
G = 35.91%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#58411C (or 0x58411C) is known color: Dark Brown. HEX triplet: 58, 41 and 1C. RGB value is (88,65,28). Sum of RGB (Red+Green+Blue) = 88+65+28=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 88 - color contains mainly: red. Hex color #58411C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58411C is #A7BEE3. Grayscale: #434343. Windows color (decimal): -10993380 or 1851736. OLE color: 1851736.

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

Color convert

RGB 88 65 28 -
CMYK 0 0.26 0.68 0.65
HSL 37º 0.52% 0.23% -
HSV(B) 37º 0.68% 0.35% -
XYZ 6.12 5.94 1.92 -
YUV 67.66 105.62 142.51 -
System Red Green Blue C M Y K H S L
Decimal 88 65 28 0 0.26 0.68 0.65 37 0.52 0.23
Hex 58 41 1C 0 1A 44 41 25 34 17
Octal 130 101 34 0 32 104 101 45 64 27
Binary 1011000 1000001 11100 0 11010 1000100 1000001 100101 110100 10111

Color Harmonies of #58411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58411C

Black with #58411C

Text Example


Text Example

White with #58411C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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