Html Css Color HEX #5D563E Millbrook

📋 copy color: '#5D563E'

red 93 ◦ green 86 ◦ blue 62

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

Shades of Millbrook #5D563E

Tints of Millbrook #5D563E

RGB

 RED value IS 93 (36.72% from 255) = 38.59%

 GREEN value IS 86 (33.98% from 255) = 35.68%

 BLUE value IS 62 (24.61% from 255) = 25.73%

R = 38.59%
G = 35.68%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.64

RGB Variations

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

Color information

#5D563E (or 0x5D563E) is known color: Millbrook. HEX triplet: 5D, 56 and 3E. RGB value is (93,86,62). Sum of RGB (Red+Green+Blue) = 93+86+62=241 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.59% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 93 - color contains mainly: red. Hex color #5D563E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D563E is #A2A9C1. Grayscale: #555555. Windows color (decimal): -10660290 or 4085341. OLE color: 4085341.

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

Color convert

RGB 93 86 62 -
CMYK 0 0.08 0.33 0.64
HSL 46.45º 0.2% 0.3% -
HSV(B) 46.45º 0.33% 0.36% -
XYZ 8.71 9.33 5.9 -
YUV 85.36 114.82 133.45 -
System Red Green Blue C M Y K H S L
Decimal 93 86 62 0 0.08 0.33 0.64 46.45 0.2 0.3
Hex 5D 56 3E 0 8 21 40 2E 14 1E
Octal 135 126 76 0 10 41 100 56 24 36
Binary 1011101 1010110 111110 0 1000 100001 1000000 101110 10100 11110

Color Harmonies of #5D563E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D563E

Black with #5D563E

Text Example


Text Example

White with #5D563E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,86,62); }

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

background-color css

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

 a { background-color: rgb(93,86,62); }

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

border-color css

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

 span { border-color: rgb(93,86,62); }

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