Html Css Color HEX #5E553F Millbrook

📋 copy color: '#5E553F'

red 94 ◦ green 85 ◦ blue 63

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

Shades of Millbrook #5E553F

Tints of Millbrook #5E553F

RGB

 RED value IS 94 (37.11% from 255) = 38.84%

 GREEN value IS 85 (33.59% from 255) = 35.12%

 BLUE value IS 63 (25% from 255) = 26.03%

R = 38.84%
G = 35.12%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.63

RGB Variations

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

Color information

#5E553F (or 0x5E553F) is known color: Millbrook. HEX triplet: 5E, 55 and 3F. RGB value is (94,85,63). Sum of RGB (Red+Green+Blue) = 94+85+63=242 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.84% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 94 - color contains mainly: red. Hex color #5E553F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E553F is #A1AAC0. Grayscale: #555555. Windows color (decimal): -10595009 or 4150622. OLE color: 4150622.

HSL color Cylindrical-coordinate representation of color #5E553F: hue angle of 42.58º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5E553F is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 85 63 -
CMYK 0 0.10 0.33 0.63
HSL 42.58º 0.2% 0.31% -
HSV(B) 42.58º 0.33% 0.37% -
XYZ 8.76 9.24 6.02 -
YUV 85.18 115.48 134.29 -
System Red Green Blue C M Y K H S L
Decimal 94 85 63 0 0.10 0.33 0.63 42.58 0.2 0.31
Hex 5E 55 3F 0 A 21 3F 2B 14 1F
Octal 136 125 77 0 12 41 77 53 24 37
Binary 1011110 1010101 111111 0 1010 100001 111111 101011 10100 11111

Color Harmonies of #5E553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E553F

Black with #5E553F

Text Example


Text Example

White with #5E553F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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