Html Css Color HEX #58401A Dark Brown

📋 copy color: '#58401A'

red 88 ◦ green 64 ◦ blue 26

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

Shades of Dark Brown #58401A

Tints of Dark Brown #58401A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.61%

R = 49.44%
G = 35.96%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#58401A (or 0x58401A) is known color: Dark Brown. HEX triplet: 58, 40 and 1A. RGB value is (88,64,26). Sum of RGB (Red+Green+Blue) = 88+64+26=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 88 - color contains mainly: red. Hex color #58401A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58401A is #A7BFE5. Grayscale: #434343. Windows color (decimal): -10993638 or 1720408. OLE color: 1720408.

HSL color Cylindrical-coordinate representation of color #58401A: hue angle of 36.77º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58401A is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 64 26 -
CMYK 0 0.27 0.70 0.65
HSL 36.77º 0.54% 0.22% -
HSV(B) 36.77º 0.7% 0.35% -
XYZ 6.04 5.82 1.78 -
YUV 66.84 104.95 143.09 -
System Red Green Blue C M Y K H S L
Decimal 88 64 26 0 0.27 0.70 0.65 36.77 0.54 0.22
Hex 58 40 1A 0 1B 46 41 25 36 16
Octal 130 100 32 0 33 106 101 45 66 26
Binary 1011000 1000000 11010 0 11011 1000110 1000001 100101 110110 10110

Color Harmonies of #58401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58401A

Black with #58401A

Text Example


Text Example

White with #58401A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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