Html Css Color HEX #58463A Brown Derby

📋 copy color: '#58463A'

red 88 ◦ green 70 ◦ blue 58

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

Shades of Brown Derby #58463A

Tints of Brown Derby #58463A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.41%

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

R = 40.74%
G = 32.41%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#58463A (or 0x58463A) is known color: Brown Derby. HEX triplet: 58, 46 and 3A. RGB value is (88,70,58). Sum of RGB (Red+Green+Blue) = 88+70+58=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 88 - color contains mainly: red. Hex color #58463A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58463A is #A7B9C5. Grayscale: #4A4A4A. Windows color (decimal): -10992070 or 3819096. OLE color: 3819096.

HSL color Cylindrical-coordinate representation of color #58463A: hue angle of 24º 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 #58463A is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 70 58 -
CMYK 0 0.20 0.34 0.65
HSL 24º 0.21% 0.29% -
HSV(B) 24º 0.34% 0.35% -
XYZ 6.98 6.76 4.94 -
YUV 74.01 118.96 137.98 -
System Red Green Blue C M Y K H S L
Decimal 88 70 58 0 0.20 0.34 0.65 24 0.21 0.29
Hex 58 46 3A 0 14 22 41 18 15 1D
Octal 130 106 72 0 24 42 101 30 25 35
Binary 1011000 1000110 111010 0 10100 100010 1000001 11000 10101 11101

Color Harmonies of #58463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58463A

Black with #58463A

Text Example


Text Example

White with #58463A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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