Html Css Color HEX #5F573D Millbrook

📋 copy color: '#5F573D'

red 95 ◦ green 87 ◦ blue 61

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

Shades of Millbrook #5F573D

Tints of Millbrook #5F573D

RGB

 RED value IS 95 (37.5% from 255) = 39.09%

 GREEN value IS 87 (34.38% from 255) = 35.8%

 BLUE value IS 61 (24.22% from 255) = 25.1%

R = 39.09%
G = 35.8%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.36

 K value IS 0.63

RGB Variations

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

Color information

#5F573D (or 0x5F573D) is known color: Millbrook. HEX triplet: 5F, 57 and 3D. RGB value is (95,87,61). Sum of RGB (Red+Green+Blue) = 95+87+61=243 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.09% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 95 - color contains mainly: red. Hex color #5F573D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F573D is #A0A8C2. Grayscale: #565656. Windows color (decimal): -10528963 or 4020063. OLE color: 4020063.

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

Color convert

RGB 95 87 61 -
CMYK 0 0.08 0.36 0.63
HSL 45.88º 0.22% 0.31% -
HSV(B) 45.88º 0.36% 0.37% -
XYZ 8.97 9.59 5.79 -
YUV 86.43 113.65 134.11 -
System Red Green Blue C M Y K H S L
Decimal 95 87 61 0 0.08 0.36 0.63 45.88 0.22 0.31
Hex 5F 57 3D 0 8 24 3F 2E 16 1F
Octal 137 127 75 0 10 44 77 56 26 37
Binary 1011111 1010111 111101 0 1000 100100 111111 101110 10110 11111

Color Harmonies of #5F573D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F573D

Black with #5F573D

Text Example


Text Example

White with #5F573D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,87,61); }

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

background-color css

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

 a { background-color: rgb(95,87,61); }

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

border-color css

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

 span { border-color: rgb(95,87,61); }

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