Html Css Color HEX #58463D Brown Derby

📋 copy color: '#58463D'

red 88 ◦ green 70 ◦ blue 61

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

Shades of Brown Derby #58463D

Tints of Brown Derby #58463D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 27.85%

R = 40.18%
G = 31.96%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#58463D (or 0x58463D) is known color: Brown Derby. HEX triplet: 58, 46 and 3D. RGB value is (88,70,61). Sum of RGB (Red+Green+Blue) = 88+70+61=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 88 - color contains mainly: red. Hex color #58463D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58463D is #A7B9C2. Grayscale: #4A4A4A. Windows color (decimal): -10992067 or 4015704. OLE color: 4015704.

HSL color Cylindrical-coordinate representation of color #58463D: hue angle of 20º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #58463D is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 70 61 -
CMYK 0 0.20 0.31 0.65
HSL 20º 0.18% 0.29% -
HSV(B) 20º 0.31% 0.35% -
XYZ 7.06 6.79 5.35 -
YUV 74.36 120.46 137.73 -
System Red Green Blue C M Y K H S L
Decimal 88 70 61 0 0.20 0.31 0.65 20 0.18 0.29
Hex 58 46 3D 0 14 1F 41 14 12 1D
Octal 130 106 75 0 24 37 101 24 22 35
Binary 1011000 1000110 111101 0 10100 11111 1000001 10100 10010 11101

Color Harmonies of #58463D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58463D

Black with #58463D

Text Example


Text Example

White with #58463D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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