Html Css Color HEX #58411B Dark Brown

📋 copy color: '#58411B'

red 88 ◦ green 65 ◦ blue 27

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

Shades of Dark Brown #58411B

Tints of Dark Brown #58411B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15%

R = 48.89%
G = 36.11%
B = 15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#58411B (or 0x58411B) is known color: Dark Brown. HEX triplet: 58, 41 and 1B. RGB value is (88,65,27). Sum of RGB (Red+Green+Blue) = 88+65+27=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #58411B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58411B is #A7BEE4. Grayscale: #434343. Windows color (decimal): -10993381 or 1786200. OLE color: 1786200.

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

Color convert

RGB 88 65 27 -
CMYK 0 0.26 0.69 0.65
HSL 37.38º 0.53% 0.23% -
HSV(B) 37.38º 0.69% 0.35% -
XYZ 6.11 5.93 1.86 -
YUV 67.55 105.12 142.59 -
System Red Green Blue C M Y K H S L
Decimal 88 65 27 0 0.26 0.69 0.65 37.38 0.53 0.23
Hex 58 41 1B 0 1A 45 41 25 35 17
Octal 130 101 33 0 32 105 101 45 65 27
Binary 1011000 1000001 11011 0 11010 1000101 1000001 100101 110101 10111

Color Harmonies of #58411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58411B

Black with #58411B

Text Example


Text Example

White with #58411B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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