Html Css Color HEX #5F583E Millbrook

📋 copy color: '#5F583E'

red 95 ◦ green 88 ◦ blue 62

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

Shades of Millbrook #5F583E

Tints of Millbrook #5F583E

RGB

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

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

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

R = 38.78%
G = 35.92%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.63

RGB Variations

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

Color information

#5F583E (or 0x5F583E) is known color: Millbrook. HEX triplet: 5F, 58 and 3E. RGB value is (95,88,62). Sum of RGB (Red+Green+Blue) = 95+88+62=245 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.78% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 95 - color contains mainly: red. Hex color #5F583E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F583E is #A0A7C1. Grayscale: #575757. Windows color (decimal): -10528706 or 4085855. OLE color: 4085855.

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

Color convert

RGB 95 88 62 -
CMYK 0 0.07 0.35 0.63
HSL 47.27º 0.21% 0.31% -
HSV(B) 47.27º 0.35% 0.37% -
XYZ 9.08 9.76 5.96 -
YUV 87.13 113.82 133.61 -
System Red Green Blue C M Y K H S L
Decimal 95 88 62 0 0.07 0.35 0.63 47.27 0.21 0.31
Hex 5F 58 3E 0 7 23 3F 2F 15 1F
Octal 137 130 76 0 7 43 77 57 25 37
Binary 1011111 1011000 111110 0 111 100011 111111 101111 10101 11111

Color Harmonies of #5F583E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F583E

Black with #5F583E

Text Example


Text Example

White with #5F583E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,88,62); }

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

background-color css

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

 a { background-color: rgb(95,88,62); }

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

border-color css

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

 span { border-color: rgb(95,88,62); }

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