Html Css Color HEX #5B5543 Millbrook

📋 copy color: '#5B5543'

red 91 ◦ green 85 ◦ blue 67

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

Shades of Millbrook #5B5543

Tints of Millbrook #5B5543

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.98%

 BLUE value IS 67 (26.56% from 255) = 27.57%

R = 37.45%
G = 34.98%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.64

RGB Variations

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

Color information

#5B5543 (or 0x5B5543) is known color: Millbrook. HEX triplet: 5B, 55 and 43. RGB value is (91,85,67). Sum of RGB (Red+Green+Blue) = 91+85+67=243 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.45% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 67 (26.56% from 255 or 27.57% from 243); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5543 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5543 is #A4AABC. Grayscale: #545454. Windows color (decimal): -10791613 or 4412763. OLE color: 4412763.

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

Color convert

RGB 91 85 67 -
CMYK 0 0.07 0.26 0.64
HSL 45º 0.15% 0.31% -
HSV(B) 45º 0.26% 0.36% -
XYZ 8.58 9.13 6.62 -
YUV 84.74 117.99 132.46 -
System Red Green Blue C M Y K H S L
Decimal 91 85 67 0 0.07 0.26 0.64 45 0.15 0.31
Hex 5B 55 43 0 7 1A 40 2D F 1F
Octal 133 125 103 0 7 32 100 55 17 37
Binary 1011011 1010101 1000011 0 111 11010 1000000 101101 1111 11111

Color Harmonies of #5B5543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5543

Black with #5B5543

Text Example


Text Example

White with #5B5543

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,85,67); }

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

background-color css

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

 a { background-color: rgb(91,85,67); }

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

border-color css

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

 span { border-color: rgb(91,85,67); }

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