Html Css Color HEX #58421F Dark Brown

📋 copy color: '#58421F'

red 88 ◦ green 66 ◦ blue 31

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

Shades of Dark Brown #58421F

Tints of Dark Brown #58421F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.68%

 BLUE value IS 31 (12.5% from 255) = 16.76%

R = 47.57%
G = 35.68%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#58421F (or 0x58421F) is known color: Dark Brown. HEX triplet: 58, 42 and 1F. RGB value is (88,66,31). Sum of RGB (Red+Green+Blue) = 88+66+31=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 88 - color contains mainly: red. Hex color #58421F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58421F is #A7BDE0. Grayscale: #444444. Windows color (decimal): -10993121 or 2048600. OLE color: 2048600.

HSL color Cylindrical-coordinate representation of color #58421F: hue angle of 36.84º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58421F is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 66 31 -
CMYK 0 0.25 0.65 0.65
HSL 36.84º 0.48% 0.23% -
HSV(B) 36.84º 0.65% 0.35% -
XYZ 6.22 6.07 2.14 -
YUV 68.59 106.79 141.85 -
System Red Green Blue C M Y K H S L
Decimal 88 66 31 0 0.25 0.65 0.65 36.84 0.48 0.23
Hex 58 42 1F 0 19 41 41 25 30 17
Octal 130 102 37 0 31 101 101 45 60 27
Binary 1011000 1000010 11111 0 11001 1000001 1000001 100101 110000 10111

Color Harmonies of #58421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58421F

Black with #58421F

Text Example


Text Example

White with #58421F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58421F; }

 p { color: rgb(88,66,31); }

 H1.HeaderClassName
 {
   color: #58421F;
 }
 .AnyTagClassName
 {
   color: #58421F;
 }
</style>

background-color css

<style>
 a { background-color: #58421F; }

 a { background-color: rgb(88,66,31); }

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

border-color css

<style>
 span { border-color: #58421F; }

 span { border-color: rgb(88,66,31); }

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