Html Css Color HEX #5D473D Brown Derby

📋 copy color: '#5D473D'

red 93 ◦ green 71 ◦ blue 61

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

Shades of Brown Derby #5D473D

Tints of Brown Derby #5D473D

RGB

 RED value IS 93 (36.72% from 255) = 41.33%

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

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

R = 41.33%
G = 31.56%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.64

RGB Variations

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

Color information

#5D473D (or 0x5D473D) is known color: Brown Derby. HEX triplet: 5D, 47 and 3D. RGB value is (93,71,61). Sum of RGB (Red+Green+Blue) = 93+71+61=225 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.33% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 93 - color contains mainly: red. Hex color #5D473D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D473D is #A2B8C2. Grayscale: #4C4C4C. Windows color (decimal): -10664131 or 4015965. OLE color: 4015965.

HSL color Cylindrical-coordinate representation of color #5D473D: hue angle of 18.75º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5D473D is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 71 61 -
CMYK 0 0.24 0.34 0.64
HSL 18.75º 0.21% 0.3% -
HSV(B) 18.75º 0.34% 0.36% -
XYZ 7.61 7.17 5.4 -
YUV 76.44 119.29 139.81 -
System Red Green Blue C M Y K H S L
Decimal 93 71 61 0 0.24 0.34 0.64 18.75 0.21 0.3
Hex 5D 47 3D 0 18 22 40 13 15 1E
Octal 135 107 75 0 30 42 100 23 25 36
Binary 1011101 1000111 111101 0 11000 100010 1000000 10011 10101 11110

Color Harmonies of #5D473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D473D

Black with #5D473D

Text Example


Text Example

White with #5D473D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D473D; }

 p { color: rgb(93,71,61); }

 H1.HeaderClassName
 {
   color: #5D473D;
 }
 .AnyTagClassName
 {
   color: #5D473D;
 }
</style>

background-color css

<style>
 a { background-color: #5D473D; }

 a { background-color: rgb(93,71,61); }

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

border-color css

<style>
 span { border-color: #5D473D; }

 span { border-color: rgb(93,71,61); }

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