#5B483A

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

Shades of Brown Derby #5B483A

Tints of Brown Derby #5B483A

Color information

#5B483A (or 0x5B483A) is unknown color: approx Brown Derby. HEX triplet: 5B, 48 and 3A. RGB value is (91,72,58). Sum of RGB (Red+Green+Blue) = 91+72+58=221 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.18% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 91 - color contains mainly: red. Hex color #5B483A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B483A is #A4B7C5. Grayscale: #4C4C4C. Windows color (decimal): -10794950 or 3819611. OLE color: 3819611.

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

Color convert

RGB917258-
CMYK00.210.360.64
HSL25.45º22.15%29.22%-
HSV(B)25.45º36.26%35.69%-
XYZ7.47.165-
YUV76.08117.79138.64-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 41.18%
GREEN value IS 72 (28.52% from 255) = 32.58%
BLUE value IS 58 (23.05% from 255) = 26.24%
R=41.18%
G=32.58%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91725800.210.360.6425.4522.1529.22
Hex5B483A015244019161d
Octal1331107202544100312635
Binary101101110010001110100101011001001000000110011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,72,58); }

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

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

 a { background-color: rgb(91,72,58); }

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

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

 span { border-color: rgb(91,72,58); }

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