#5D4838

Color #5D4838 Brown Derby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Derby #5D4838

Tints of Brown Derby #5D4838

Color information

#5D4838 (or 0x5D4838) is unknown color: approx Brown Derby. HEX triplet: 5D, 48 and 38. RGB value is (93,72,56). Sum of RGB (Red+Green+Blue) = 93+72+56=221 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.08% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4838 is #A2B7C7. Grayscale: #4C4C4C. Windows color (decimal): -10663880 or 3688541. OLE color: 3688541.

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

Color convert

RGB937256-
CMYK00.230.400.64
HSL25.95º24.83%29.22%-
HSV(B)25.95º39.78%36.47%-
XYZ7.557.254.74-
YUV76.46116.46139.8-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 42.08%
GREEN value IS 72 (28.52% from 255) = 32.58%
BLUE value IS 56 (22.27% from 255) = 25.34%
R=42.08%
G=32.58%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93725600.230.400.6425.9524.8329.22
Hex5D483801728401a191d
Octal1351107002750100323135
Binary101110110010001110000101111010001000000110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,72,56); }

 H1.HeaderClassName
 {
   color: #5D4838;
 }
 .AnyTagClassName
 {
   color: #5D4838;
 }
</style>
background-color css

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

 a { background-color: rgb(93,72,56); }

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

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

 span { border-color: rgb(93,72,56); }

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