Html Css Color HEX #5B5A46 Millbrook

📋 copy color: '#5B5A46'

red 91 ◦ green 90 ◦ blue 70

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

Shades of Millbrook #5B5A46

Tints of Millbrook #5B5A46

RGB

 RED value IS 91 (35.94% from 255) = 36.25%

 GREEN value IS 90 (35.55% from 255) = 35.86%

 BLUE value IS 70 (27.73% from 255) = 27.89%

R = 36.25%
G = 35.86%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#5B5A46 (or 0x5B5A46) is known color: Millbrook. HEX triplet: 5B, 5A and 46. RGB value is (91,90,70). Sum of RGB (Red+Green+Blue) = 91+90+70=251 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.25% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5A46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5A46 is #A4A5B9. Grayscale: #585858. Windows color (decimal): -10790330 or 4610651. OLE color: 4610651.

HSL color Cylindrical-coordinate representation of color #5B5A46: hue angle of 57.14º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5B5A46 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 90 70 -
CMYK 0 0.01 0.23 0.64
HSL 57.14º 0.13% 0.32% -
HSV(B) 57.14º 0.23% 0.36% -
XYZ 9.08 9.98 7.24 -
YUV 88.02 117.83 130.13 -
System Red Green Blue C M Y K H S L
Decimal 91 90 70 0 0.01 0.23 0.64 57.14 0.13 0.32
Hex 5B 5A 46 0 1 17 40 39 D 20
Octal 133 132 106 0 1 27 100 71 15 40
Binary 1011011 1011010 1000110 0 1 10111 1000000 111001 1101 100000

Color Harmonies of #5B5A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5A46

Black with #5B5A46

Text Example


Text Example

White with #5B5A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,90,70); }

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

background-color css

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

 a { background-color: rgb(91,90,70); }

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

border-color css

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

 span { border-color: rgb(91,90,70); }

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