Html Css Color HEX #5D4537 Brown Derby

📋 copy color: '#5D4537'

red 93 ◦ green 69 ◦ blue 55

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

Shades of Brown Derby #5D4537

Tints of Brown Derby #5D4537

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.8%

 BLUE value IS 55 (21.88% from 255) = 25.35%

R = 42.86%
G = 31.8%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.64

RGB Variations

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

Color information

#5D4537 (or 0x5D4537) is known color: Brown Derby. HEX triplet: 5D, 45 and 37. RGB value is (93,69,55). Sum of RGB (Red+Green+Blue) = 93+69+55=217 (28% of max value = 765). Red value is 93 (36.72% from 255 or 42.86% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 55 (21.88% from 255 or 25.35% from 217); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4537 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4537 is #A2BAC8. Grayscale: #4A4A4A. Windows color (decimal): -10664649 or 3622237. OLE color: 3622237.

HSL color Cylindrical-coordinate representation of color #5D4537: hue angle of 22.11º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D4537 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 69 55 -
CMYK 0 0.26 0.41 0.64
HSL 22.11º 0.26% 0.29% -
HSV(B) 22.11º 0.41% 0.36% -
XYZ 7.33 6.86 4.55 -
YUV 74.58 116.95 141.14 -
System Red Green Blue C M Y K H S L
Decimal 93 69 55 0 0.26 0.41 0.64 22.11 0.26 0.29
Hex 5D 45 37 0 1A 29 40 16 1A 1D
Octal 135 105 67 0 32 51 100 26 32 35
Binary 1011101 1000101 110111 0 11010 101001 1000000 10110 11010 11101

Color Harmonies of #5D4537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4537

Black with #5D4537

Text Example


Text Example

White with #5D4537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,69,55); }

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

background-color css

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

 a { background-color: rgb(93,69,55); }

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

border-color css

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

 span { border-color: rgb(93,69,55); }

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