Html Css Color HEX #5E583F Millbrook

📋 copy color: '#5E583F'

red 94 ◦ green 88 ◦ blue 63

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

Shades of Millbrook #5E583F

Tints of Millbrook #5E583F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.92%

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

R = 38.37%
G = 35.92%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.63

RGB Variations

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

Color information

#5E583F (or 0x5E583F) is known color: Millbrook. HEX triplet: 5E, 58 and 3F. RGB value is (94,88,63). Sum of RGB (Red+Green+Blue) = 94+88+63=245 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.37% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 94 - color contains mainly: red. Hex color #5E583F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E583F is #A1A7C0. Grayscale: #575757. Windows color (decimal): -10594241 or 4151390. OLE color: 4151390.

HSL color Cylindrical-coordinate representation of color #5E583F: hue angle of 48.39º 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 #5E583F is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 88 63 -
CMYK 0 0.06 0.33 0.63
HSL 48.39º 0.2% 0.31% -
HSV(B) 48.39º 0.33% 0.37% -
XYZ 9 9.72 6.1 -
YUV 86.94 114.49 133.03 -
System Red Green Blue C M Y K H S L
Decimal 94 88 63 0 0.06 0.33 0.63 48.39 0.2 0.31
Hex 5E 58 3F 0 6 21 3F 30 14 1F
Octal 136 130 77 0 6 41 77 60 24 37
Binary 1011110 1011000 111111 0 110 100001 111111 110000 10100 11111

Color Harmonies of #5E583F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E583F

Black with #5E583F

Text Example


Text Example

White with #5E583F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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