Html Css Color HEX #58473A Brown Derby

📋 copy color: '#58473A'

red 88 ◦ green 71 ◦ blue 58

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

Shades of Brown Derby #58473A

Tints of Brown Derby #58473A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.72%

 BLUE value IS 58 (23.05% from 255) = 26.73%

R = 40.55%
G = 32.72%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#58473A (or 0x58473A) is known color: Brown Derby. HEX triplet: 58, 47 and 3A. RGB value is (88,71,58). Sum of RGB (Red+Green+Blue) = 88+71+58=217 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.55% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 88 - color contains mainly: red. Hex color #58473A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58473A is #A7B8C5. Grayscale: #4A4A4A. Windows color (decimal): -10991814 or 3819352. OLE color: 3819352.

HSL color Cylindrical-coordinate representation of color #58473A: hue angle of 26º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #58473A is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 71 58 -
CMYK 0 0.19 0.34 0.65
HSL 26º 0.21% 0.29% -
HSV(B) 26º 0.34% 0.35% -
XYZ 7.04 6.89 4.96 -
YUV 74.6 118.63 137.56 -
System Red Green Blue C M Y K H S L
Decimal 88 71 58 0 0.19 0.34 0.65 26 0.21 0.29
Hex 58 47 3A 0 13 22 41 1A 15 1D
Octal 130 107 72 0 23 42 101 32 25 35
Binary 1011000 1000111 111010 0 10011 100010 1000001 11010 10101 11101

Color Harmonies of #58473A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58473A

Black with #58473A

Text Example


Text Example

White with #58473A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,71,58); }

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

background-color css

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

 a { background-color: rgb(88,71,58); }

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

border-color css

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

 span { border-color: rgb(88,71,58); }

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