Html Css Color HEX #58401C Dark Brown

📋 copy color: '#58401C'

red 88 ◦ green 64 ◦ blue 28

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

Shades of Dark Brown #58401C

Tints of Dark Brown #58401C

RGB

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

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

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

R = 48.89%
G = 35.56%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#58401C (or 0x58401C) is known color: Dark Brown. HEX triplet: 58, 40 and 1C. RGB value is (88,64,28). Sum of RGB (Red+Green+Blue) = 88+64+28=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #58401C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58401C is #A7BFE3. Grayscale: #434343. Windows color (decimal): -10993636 or 1851480. OLE color: 1851480.

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

Color convert

RGB 88 64 28 -
CMYK 0 0.27 0.68 0.65
HSL 36º 0.52% 0.23% -
HSV(B) 36º 0.68% 0.35% -
XYZ 6.07 5.83 1.9 -
YUV 67.07 105.95 142.93 -
System Red Green Blue C M Y K H S L
Decimal 88 64 28 0 0.27 0.68 0.65 36 0.52 0.23
Hex 58 40 1C 0 1B 44 41 24 34 17
Octal 130 100 34 0 33 104 101 44 64 27
Binary 1011000 1000000 11100 0 11011 1000100 1000001 100100 110100 10111

Color Harmonies of #58401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58401C

Black with #58401C

Text Example


Text Example

White with #58401C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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