Html Css Color HEX #5B553F Millbrook

📋 copy color: '#5B553F'

red 91 ◦ green 85 ◦ blue 63

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

Shades of Millbrook #5B553F

Tints of Millbrook #5B553F

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 value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.64

RGB Variations

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

Color information

#5B553F (or 0x5B553F) is known color: 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

RGB 91 85 63 -
CMYK 0 0.07 0.31 0.64
HSL 47.14º 0.18% 0.3% -
HSV(B) 47.14º 0.31% 0.36% -
XYZ 8.46 9.08 6.01 -
YUV 84.29 115.99 132.79 -
System Red Green Blue C M Y K H S L
Decimal 91 85 63 0 0.07 0.31 0.64 47.14 0.18 0.3
Hex 5B 55 3F 0 7 1F 40 2F 12 1E
Octal 133 125 77 0 7 37 100 57 22 36
Binary 1011011 1010101 111111 0 111 11111 1000000 101111 10010 11110

Color Harmonies of #5B553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B553F

Black with #5B553F

Text Example


Text Example

White with #5B553F

Text Example


Text Example

HTML Codes & Css Web 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>