Html Css Color HEX #5D5842 Millbrook

📋 copy color: '#5D5842'

red 93 ◦ green 88 ◦ blue 66

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

Shades of Millbrook #5D5842

Tints of Millbrook #5D5842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.72%

R = 37.65%
G = 35.63%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.64

RGB Variations

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

Color information

#5D5842 (or 0x5D5842) is known color: Millbrook. HEX triplet: 5D, 58 and 42. RGB value is (93,88,66). Sum of RGB (Red+Green+Blue) = 93+88+66=247 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.65% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5842 is #A2A7BD. Grayscale: #575757. Windows color (decimal): -10659774 or 4347997. OLE color: 4347997.

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

Color convert

RGB 93 88 66 -
CMYK 0 0.05 0.29 0.64
HSL 48.89º 0.17% 0.31% -
HSV(B) 48.89º 0.29% 0.36% -
XYZ 8.99 9.7 6.55 -
YUV 86.99 116.16 132.29 -
System Red Green Blue C M Y K H S L
Decimal 93 88 66 0 0.05 0.29 0.64 48.89 0.17 0.31
Hex 5D 58 42 0 5 1D 40 31 11 1F
Octal 135 130 102 0 5 35 100 61 21 37
Binary 1011101 1011000 1000010 0 101 11101 1000000 110001 10001 11111

Color Harmonies of #5D5842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5842

Black with #5D5842

Text Example


Text Example

White with #5D5842

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,88,66); }

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

background-color css

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

 a { background-color: rgb(93,88,66); }

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

border-color css

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

 span { border-color: rgb(93,88,66); }

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