#5B553F

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

Shades of Millbrook #5B553F

Tints of Millbrook #5B553F

Color information

#5B553F (or 0x5B553F) is unknown color: approx Millbrook. HEX triplet: 5B, 55 and 3F. RGB value is (91,85,63). Sum of RGB (Red+Green+Blue) = 91+85+63=239 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.08% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 91 - color contains mainly: red. Hex color #5B553F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B553F is #A4AAC0. Grayscale: #545454. Windows color (decimal): -10791617 or 4150619. OLE color: 4150619.

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

Color convert

RGB918563-
CMYK00.070.310.64
HSL47.14º18.18%30.2%-
HSV(B)47.14º30.77%35.69%-
XYZ8.469.086.01-
YUV84.29115.99132.79-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.08%
GREEN value IS 85 (33.59% from 255) = 35.56%
BLUE value IS 63 (25% from 255) = 26.36%
R=38.08%
G=35.56%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91856300.070.310.6447.1418.1830.2
Hex5B553F071F402f121e
Octal133125770737100572236
Binary1011011101010111111101111111110000001011111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,85,63); }

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

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

 a { background-color: rgb(91,85,63); }

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

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

 span { border-color: rgb(91,85,63); }

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