Html Css Color HEX #55534C Millbrook

📋 copy color: '#55534C'

red 85 ◦ green 83 ◦ blue 76

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

Shades of Millbrook #55534C

Tints of Millbrook #55534C

RGB

 RED value IS 85 (33.59% from 255) = 34.84%

 GREEN value IS 83 (32.81% from 255) = 34.02%

 BLUE value IS 76 (30.08% from 255) = 31.15%

R = 34.84%
G = 34.02%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#55534C (or 0x55534C) is known color: Millbrook. HEX triplet: 55, 53 and 4C. RGB value is (85,83,76). Sum of RGB (Red+Green+Blue) = 85+83+76=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 85 - color contains mainly: red. Hex color #55534C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55534C is #AAACB3. Grayscale: #525252. Windows color (decimal): -11185332 or 5002069. OLE color: 5002069.

HSL color Cylindrical-coordinate representation of color #55534C: hue angle of 46.67º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #55534C is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 83 76 -
CMYK 0 0.02 0.11 0.67
HSL 46.67º 0.06% 0.32% -
HSV(B) 46.67º 0.11% 0.33% -
XYZ 8.14 8.64 8.08 -
YUV 82.8 124.16 129.57 -
System Red Green Blue C M Y K H S L
Decimal 85 83 76 0 0.02 0.11 0.67 46.67 0.06 0.32
Hex 55 53 4C 0 2 B 43 2F 6 20
Octal 125 123 114 0 2 13 103 57 6 40
Binary 1010101 1010011 1001100 0 10 1011 1000011 101111 110 100000

Color Harmonies of #55534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55534C

Black with #55534C

Text Example


Text Example

White with #55534C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55534C; }

 p { color: rgb(85,83,76); }

 H1.HeaderClassName
 {
   color: #55534C;
 }
 .AnyTagClassName
 {
   color: #55534C;
 }
</style>

background-color css

<style>
 a { background-color: #55534C; }

 a { background-color: rgb(85,83,76); }

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

border-color css

<style>
 span { border-color: #55534C; }

 span { border-color: rgb(85,83,76); }

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